Formatting
This commit is contained in:
parent
ce7dbe120e
commit
05480f0151
@ -21,9 +21,9 @@ SeasonWindow::SeasonWindow( HINSTANCE hInstance,
|
|||||||
: parent( parent_window ), returned( return_vector ),
|
: parent( parent_window ), returned( return_vector ),
|
||||||
season_nums( seasons ) {
|
season_nums( seasons ) {
|
||||||
window = CreateWindowW( L"SeasonWindow", _( GUI_WINDOW_SEASON ),
|
window = CreateWindowW( L"SeasonWindow", _( GUI_WINDOW_SEASON ),
|
||||||
WS_OVERLAPPEDWINDOW | WS_VISIBLE,
|
WS_OVERLAPPEDWINDOW | WS_VISIBLE, CW_USEDEFAULT,
|
||||||
CW_USEDEFAULT, CW_USEDEFAULT, window_width,
|
CW_USEDEFAULT, window_width, window_height, parent,
|
||||||
window_height, parent, NULL, hInstance, NULL );
|
NULL, hInstance, NULL );
|
||||||
ShowWindow( window, SW_SHOW );
|
ShowWindow( window, SW_SHOW );
|
||||||
auto hFont = ( HFONT )GetStockObject( DEFAULT_GUI_FONT );
|
auto hFont = ( HFONT )GetStockObject( DEFAULT_GUI_FONT );
|
||||||
EnableWindow( parent, false );
|
EnableWindow( parent, false );
|
||||||
|
Loading…
Reference in New Issue
Block a user