From 588dbb6292e01d9686daee2aaf3f8d4e8c9c9c8e 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: 958139c 'merge neutrino-mp menu/buttons/icons changes' Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/e9fab4b16e8450b58d4c61ff6fc3b80e1eba9476 Author: Thilo Graf Date: 2022-03-11 (Fri, 11 Mar 2022) --- 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,