equal
deleted
inserted
replaced
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 }; |