window.h
changeset 5682 eeddbbacd4ac
parent 5669 ea25407ffa55
child 5698 6697ee90a195
equal deleted inserted replaced
5681:7b237b4958d6 5682:eeddbbacd4ac
   340 	byte custom[WINDOW_CUSTOM_SIZE];
   340 	byte custom[WINDOW_CUSTOM_SIZE];
   341 };
   341 };
   342 
   342 
   343 typedef struct querystr_d {
   343 typedef struct querystr_d {
   344 	StringID caption;
   344 	StringID caption;
   345 	WindowClass wnd_class;
       
   346 	WindowNumber wnd_num;
       
   347 	Textbuf text;
   345 	Textbuf text;
   348 	const char *orig;
   346 	const char *orig;
   349 	CharSetFilter afilter;
   347 	CharSetFilter afilter;
       
   348 	bool handled;
   350 } querystr_d;
   349 } querystr_d;
   351 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(querystr_d));
   350 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(querystr_d));
   352 
   351 
   353 typedef struct {
   352 typedef struct {
   354 	byte item_count;      /* follow_vehicle */
   353 	byte item_count;      /* follow_vehicle */