(svn r8511) -Codechange: make WindowClass an enumerated value.
This commit is contained in:
@@ -199,7 +199,7 @@ static const Widget _iconsole_window_widgets[] = {
|
||||
|
||||
static const WindowDesc _iconsole_window_desc = {
|
||||
0, 0, 2, 2,
|
||||
WC_CONSOLE, 0,
|
||||
WC_CONSOLE, WC_NONE,
|
||||
WDF_STD_TOOLTIPS | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS,
|
||||
_iconsole_window_widgets,
|
||||
IConsoleWndProc,
|
||||
|
Reference in New Issue
Block a user