X-Git-Url: https://git.tokkee.org/?p=ncmpc.git;a=blobdiff_plain;f=src%2Fscreen_help.c;h=6ce641b130fefc2d767d72f6e25952f744c0fced;hp=c1a592f253a269995b77b77425789551114b98a7;hb=e73ca303e9c688dde39ec70b20b7e1f811fe99e8;hpb=4ec02f37ba70c59641c08bf9199e5c3395e8d1ff diff --git a/src/screen_help.c b/src/screen_help.c index c1a592f..6ce641b 100644 --- a/src/screen_help.c +++ b/src/screen_help.c @@ -215,7 +215,7 @@ list_callback(unsigned i, gcc_unused void *data) } static void -help_init(WINDOW *w, int cols, int rows) +help_init(WINDOW *w, unsigned cols, unsigned rows) { lw = list_window_init(w, cols, rows); lw->hide_cursor = true; @@ -223,7 +223,7 @@ help_init(WINDOW *w, int cols, int rows) } static void -help_resize(int cols, int rows) +help_resize(unsigned cols, unsigned rows) { list_window_resize(lw, cols, rows); }