src/intro_gui.cpp
changeset 7837 65d7362153a6
parent 7762 03721db0ac1c
child 6871 5a9dc001e1ad
child 9723 eee46cb39750
equal deleted inserted replaced
7836:a7bb5f816c04 7837:65d7362153a6
    97 		break;
    97 		break;
    98 	}
    98 	}
    99 }
    99 }
   100 
   100 
   101 static const WindowDesc _select_game_desc = {
   101 static const WindowDesc _select_game_desc = {
   102 	WDP_CENTER, WDP_CENTER, 336, 195,
   102 	WDP_CENTER, WDP_CENTER, 336, 195, 336, 195,
   103 	WC_SELECT_GAME, WC_NONE,
   103 	WC_SELECT_GAME, WC_NONE,
   104 	WDF_STD_TOOLTIPS | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS,
   104 	WDF_STD_TOOLTIPS | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS,
   105 	_select_game_widgets,
   105 	_select_game_widgets,
   106 	SelectGameWndProc
   106 	SelectGameWndProc
   107 };
   107 };