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

This commit is contained in:
rubidium
2009-11-15 10:26:01 +00:00
parent 1b72fa84e2
commit 3d2d7af88f
47 changed files with 130 additions and 150 deletions

View File

@@ -203,7 +203,7 @@ static const WindowDesc _main_window_desc(
0, 0, 0, 0, 0, 0,
WC_MAIN_WINDOW, WC_NONE,
0,
NULL, _nested_main_window_widgets, lengthof(_nested_main_window_widgets)
_nested_main_window_widgets, lengthof(_nested_main_window_widgets)
);
struct MainWindow : Window