(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.

This commit is contained in:
frosch
2012-11-11 16:10:43 +00:00
parent cd55253865
commit 03736af2ae
41 changed files with 88 additions and 89 deletions

View File

@@ -260,7 +260,7 @@ static const NWidgetPart _nested_ai_list_widgets[] = {
static const WindowDesc _ai_list_desc(
WDP_CENTER, 200, 234,
WC_AI_LIST, WC_NONE,
WDF_UNCLICK_BUTTONS,
0,
_nested_ai_list_widgets, lengthof(_nested_ai_list_widgets)
);
@@ -625,7 +625,7 @@ static const NWidgetPart _nested_ai_settings_widgets[] = {
static const WindowDesc _ai_settings_desc(
WDP_CENTER, 500, 208,
WC_AI_SETTINGS, WC_NONE,
WDF_UNCLICK_BUTTONS,
0,
_nested_ai_settings_widgets, lengthof(_nested_ai_settings_widgets)
);
@@ -719,7 +719,7 @@ static const NWidgetPart _nested_ai_config_widgets[] = {
static const WindowDesc _ai_config_desc(
WDP_CENTER, 0, 0,
WC_GAME_OPTIONS, WC_NONE,
WDF_UNCLICK_BUTTONS,
0,
_nested_ai_config_widgets, lengthof(_nested_ai_config_widgets)
);
@@ -1519,7 +1519,7 @@ static const NWidgetPart _nested_ai_debug_widgets[] = {
static const WindowDesc _ai_debug_desc(
WDP_AUTO, 600, 450,
WC_AI_DEBUG, WC_NONE,
WDF_UNCLICK_BUTTONS,
0,
_nested_ai_debug_widgets, lengthof(_nested_ai_debug_widgets)
);