File diff r61:34b3b5b01dfc → r62:ae7b1efcef22
window.h
Show inline comments
 
@@ -159,13 +159,13 @@ enum {
 
	WDP_CENTER = -2,
 
};
 

	
 
#define WP(ptr,str) (*(str*)(ptr)->custom)
 

	
 
typedef struct {
 
	byte count, cap, pos;
 
	uint16 count, cap, pos;
 
} Scrollbar;
 

	
 
struct Window {
 
	uint16 flags4;
 
	WindowClass window_class;
 
	WindowNumber window_number;