(svn r18086) -Codechange: remove 'widget' from WindowDesc

This commit is contained in:
rubidium
2009-11-15 10:26:01 +00:00
parent 67c90594d5
commit b01251092e
47 changed files with 130 additions and 150 deletions

View File

@@ -161,7 +161,7 @@ static const WindowDesc _console_window_desc(
0, 0, 0, 0, 0, 0,
WC_CONSOLE, WC_NONE,
0,
NULL, _nested_console_window_widgets, lengthof(_nested_console_window_widgets)
_nested_console_window_widgets, lengthof(_nested_console_window_widgets)
);
struct IConsoleWindow : Window