File diff r61:34b3b5b01dfc → r62:ae7b1efcef22
window.h
Show inline comments
 
@@ -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 {