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:
@@ -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)
|
||||
);
|
||||
|
||||
|
@@ -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)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user