diff options
Diffstat (limited to 'resize_window_widgets.h')
-rw-r--r-- | resize_window_widgets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resize_window_widgets.h b/resize_window_widgets.h index a593e45b0..047d0d45b 100644 --- a/resize_window_widgets.h +++ b/resize_window_widgets.h @@ -26,6 +26,6 @@ enum { WIDGET_MOVE_DOWN_STRETCH_RIGHT = WIDGET_MOVE_DOWN | WIDGET_STRETCH_RIGHT, }; -void ResizeWindowWidgets(Window *w, const byte *resizearray, byte length, byte horizontal, byte vertical); +void ResizeWindowWidgets(Window *w, const byte *resizearray, int16 length, byte horizontal, int16 vertical); #endif |