window.h
changeset 62 2bdd81b8adcc
parent 0 29654efe3188
child 68 4051f3c8efa2
--- a/window.h	Sun Aug 15 22:17:46 2004 +0000
+++ b/window.h	Mon Aug 16 13:09:52 2004 +0000
@@ -162,7 +162,7 @@
 #define WP(ptr,str) (*(str*)(ptr)->custom)
 
 typedef struct {
-	byte count, cap, pos;
+	uint16 count, cap, pos;
 } Scrollbar;
 
 struct Window {