src/window.h
changeset 7341 02515d0d4ced
parent 7284 d7903fff2d0b
child 7367 cafca0510781
equal deleted inserted replaced
7340:8dfa509ed75d 7341:02515d0d4ced
   189 		} wheel;
   189 		} wheel;
   190 	} we;
   190 	} we;
   191 };
   191 };
   192 
   192 
   193 struct WindowDesc {
   193 struct WindowDesc {
   194 	int16 left, top, width, height;
   194 	int16 left, top, minimum_width, minimum_height, default_width, default_height;
   195 	WindowClass cls;
   195 	WindowClass cls;
   196 	WindowClass parent_cls;
   196 	WindowClass parent_cls;
   197 	uint32 flags;
   197 	uint32 flags;
   198 	const Widget *widgets;
   198 	const Widget *widgets;
   199 	WindowProc *proc;
   199 	WindowProc *proc;