1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-31 18:39:10 +00:00

(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

@@ -968,7 +968,7 @@ static const NWidgetPart _nested_network_content_list_widgets[] = {
static const WindowDesc _network_content_list_desc(
WDP_CENTER, 630, 460,
WC_NETWORK_WINDOW, WC_NONE,
WDF_UNCLICK_BUTTONS,
0,
_nested_network_content_list_widgets, lengthof(_nested_network_content_list_widgets)
);

View File

@@ -986,7 +986,7 @@ static const NWidgetPart _nested_network_game_widgets[] = {
static const WindowDesc _network_game_window_desc(
WDP_CENTER, 1000, 730,
WC_NETWORK_WINDOW, WC_NONE,
WDF_UNCLICK_BUTTONS,
0,
_nested_network_game_widgets, lengthof(_nested_network_game_widgets)
);
@@ -1324,7 +1324,7 @@ static const NWidgetPart _nested_network_start_server_window_widgets[] = {
static const WindowDesc _network_start_server_window_desc(
WDP_CENTER, 0, 0,
WC_NETWORK_WINDOW, WC_NONE,
WDF_UNCLICK_BUTTONS,
0,
_nested_network_start_server_window_widgets, lengthof(_nested_network_start_server_window_widgets)
);
@@ -1613,7 +1613,7 @@ static const NWidgetPart _nested_network_lobby_window_widgets[] = {
static const WindowDesc _network_lobby_window_desc(
WDP_CENTER, 0, 0,
WC_NETWORK_WINDOW, WC_NONE,
WDF_UNCLICK_BUTTONS,
0,
_nested_network_lobby_window_widgets, lengthof(_nested_network_lobby_window_widgets)
);
@@ -2234,7 +2234,7 @@ static const NWidgetPart _nested_network_company_password_window_widgets[] = {
static const WindowDesc _network_company_password_window_desc(
WDP_AUTO, 0, 0,
WC_COMPANY_PASSWORD_WINDOW, WC_NONE,
WDF_UNCLICK_BUTTONS,
0,
_nested_network_company_password_window_widgets, lengthof(_nested_network_company_password_window_widgets)
);