widget/buttons.h: fix order of parameters in prototype of paintButtons()

comes in with: 958139c 'merge neutrino-mp menu/buttons/icons changes'


Origin commit data
------------------
Commit: e9fab4b16e
Author: Thilo Graf <dbt@novatux.de>
Date: 2022-03-11 (Fri, 11 Mar 2022)
This commit is contained in:
2022-03-11 07:59:16 +01:00
committed by vanhofen
parent 7f2e16513f
commit 588dbb6292

View File

@@ -46,8 +46,8 @@ int paintButtons( const button_label * const content,
const int &count,
const int &x,
const int &y,
const int &footerwidth,
const int &footerheight,
const int &footerwidth,
const int &maxwidth,
bool show = true,
int *wantedwidth = NULL,
@@ -57,8 +57,8 @@ int paintButtons( const button_label_ext * const content,
const int &count,
const int &x,
const int &y,
const int &footerwidth,
const int &footerheight,
const int &footerwidth,
const int &maxwidth,
bool show = true,
int *wantedwidth = NULL,