mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 19:01:13 +02:00
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:
@@ -46,8 +46,8 @@ int paintButtons( const button_label * const content,
|
|||||||
const int &count,
|
const int &count,
|
||||||
const int &x,
|
const int &x,
|
||||||
const int &y,
|
const int &y,
|
||||||
|
const int &footerwidth,
|
||||||
const int &footerheight,
|
const int &footerheight,
|
||||||
const int &footerwidth,
|
|
||||||
const int &maxwidth,
|
const int &maxwidth,
|
||||||
bool show = true,
|
bool show = true,
|
||||||
int *wantedwidth = NULL,
|
int *wantedwidth = NULL,
|
||||||
@@ -57,8 +57,8 @@ int paintButtons( const button_label_ext * const content,
|
|||||||
const int &count,
|
const int &count,
|
||||||
const int &x,
|
const int &x,
|
||||||
const int &y,
|
const int &y,
|
||||||
|
const int &footerwidth,
|
||||||
const int &footerheight,
|
const int &footerheight,
|
||||||
const int &footerwidth,
|
|
||||||
const int &maxwidth,
|
const int &maxwidth,
|
||||||
bool show = true,
|
bool show = true,
|
||||||
int *wantedwidth = NULL,
|
int *wantedwidth = NULL,
|
||||||
|
Reference in New Issue
Block a user