mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user