diff --git a/window.h b/window.h index 1117fad602..0b725ed49c 100644 --- a/window.h +++ b/window.h @@ -162,7 +162,7 @@ enum { #define WP(ptr,str) (*(str*)(ptr)->custom) typedef struct { - byte count, cap, pos; + uint16 count, cap, pos; } Scrollbar; struct Window {