equal
deleted
inserted
replaced
197 {WIDGETS_END} |
197 {WIDGETS_END} |
198 }; |
198 }; |
199 |
199 |
200 static const WindowDesc _iconsole_window_desc = { |
200 static const WindowDesc _iconsole_window_desc = { |
201 0, 0, 2, 2, |
201 0, 0, 2, 2, |
202 WC_CONSOLE, 0, |
202 WC_CONSOLE, WC_NONE, |
203 WDF_STD_TOOLTIPS | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS, |
203 WDF_STD_TOOLTIPS | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS, |
204 _iconsole_window_widgets, |
204 _iconsole_window_widgets, |
205 IConsoleWndProc, |
205 IConsoleWndProc, |
206 }; |
206 }; |
207 |
207 |