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

comes in with: 5ee14da 'merge neutrino-mp menu/buttons/icons changes'


Origin commit data
------------------
Branch: ni/coolstream
Commit: e9fab4b16e
Author: Thilo Graf <dbt@novatux.de>
Date: 2022-03-11 (Fri, 11 Mar 2022)



------------------
This commit was generated by Migit
This commit is contained in:
2022-03-11 07:59:16 +01:00
committed by vanhofen
parent fbc9697db5
commit 690bccd434

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,