From 690bccd43432c16ddcaf3b4b4f5888b195005a01 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Fri, 11 Mar 2022 07:59:16 +0100 Subject: [PATCH] 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: https://github.com/neutrino-images/ni-neutrino/commit/e9fab4b16e8450b58d4c61ff6fc3b80e1eba9476 Author: Thilo Graf Date: 2022-03-11 (Fri, 11 Mar 2022) ------------------ This commit was generated by Migit --- src/gui/widget/buttons.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/widget/buttons.h b/src/gui/widget/buttons.h index 04fdc5499..6811f64cf 100644 --- a/src/gui/widget/buttons.h +++ b/src/gui/widget/buttons.h @@ -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,