window.h
changeset 5666 1af12f02bf17
parent 5664 dbbf4f842a00
child 5667 248a3234d2e2
equal deleted inserted replaced
5665:9498578ecbf2 5666:1af12f02bf17
   333 	Widget *widget;
   333 	Widget *widget;
   334 	uint widget_count;
   334 	uint widget_count;
   335 	uint32 desc_flags;
   335 	uint32 desc_flags;
   336 
   336 
   337 	WindowMessage message;
   337 	WindowMessage message;
       
   338 	Window *parent;
   338 	byte custom[WINDOW_CUSTOM_SIZE];
   339 	byte custom[WINDOW_CUSTOM_SIZE];
   339 };
   340 };
   340 
   341 
   341 typedef struct querystr_d {
   342 typedef struct querystr_d {
   342 	StringID caption;
   343 	StringID caption;