(svn r18274) -Codechange: remove the unused WDF flags
This commit is contained in:
@@ -861,7 +861,7 @@ static const NWidgetPart _nested_build_rail_widgets[] = {
|
||||
static const WindowDesc _build_rail_desc(
|
||||
WDP_ALIGN_TBR, 22, 350, 36,
|
||||
WC_BUILD_TOOLBAR, WC_NONE,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON | WDF_CONSTRUCTION,
|
||||
WDF_CONSTRUCTION,
|
||||
_nested_build_rail_widgets, lengthof(_nested_build_rail_widgets)
|
||||
);
|
||||
|
||||
@@ -1471,7 +1471,7 @@ static const NWidgetPart _nested_newstation_builder_widgets[] = {
|
||||
static const WindowDesc _station_builder_desc(
|
||||
WDP_AUTO, WDP_AUTO, 148, 200,
|
||||
WC_BUILD_STATION, WC_BUILD_TOOLBAR,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_CONSTRUCTION,
|
||||
WDF_CONSTRUCTION,
|
||||
_nested_station_builder_widgets, lengthof(_nested_station_builder_widgets)
|
||||
);
|
||||
|
||||
@@ -1479,7 +1479,7 @@ static const WindowDesc _station_builder_desc(
|
||||
static const WindowDesc _newstation_builder_desc(
|
||||
WDP_AUTO, WDP_AUTO, 148, 290,
|
||||
WC_BUILD_STATION, WC_BUILD_TOOLBAR,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_CONSTRUCTION,
|
||||
WDF_CONSTRUCTION,
|
||||
_nested_newstation_builder_widgets, lengthof(_nested_newstation_builder_widgets)
|
||||
);
|
||||
|
||||
@@ -1686,7 +1686,7 @@ static const NWidgetPart _nested_signal_builder_widgets[] = {
|
||||
static const WindowDesc _signal_builder_desc(
|
||||
WDP_AUTO, WDP_AUTO, 154, 68,
|
||||
WC_BUILD_SIGNAL, WC_BUILD_TOOLBAR,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_CONSTRUCTION,
|
||||
WDF_UNCLICK_BUTTONS | WDF_CONSTRUCTION,
|
||||
_nested_signal_builder_widgets, lengthof(_nested_signal_builder_widgets)
|
||||
);
|
||||
|
||||
@@ -1779,7 +1779,7 @@ static const NWidgetPart _nested_build_depot_widgets[] = {
|
||||
static const WindowDesc _build_depot_desc(
|
||||
WDP_AUTO, WDP_AUTO, 140, 122,
|
||||
WC_BUILD_DEPOT, WC_BUILD_TOOLBAR,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_CONSTRUCTION,
|
||||
WDF_CONSTRUCTION,
|
||||
_nested_build_depot_widgets, lengthof(_nested_build_depot_widgets)
|
||||
);
|
||||
|
||||
@@ -1882,7 +1882,7 @@ static const NWidgetPart _nested_build_waypoint_widgets[] = {
|
||||
static const WindowDesc _build_waypoint_desc(
|
||||
WDP_AUTO, WDP_AUTO, 344, 92,
|
||||
WC_BUILD_DEPOT, WC_BUILD_TOOLBAR,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_CONSTRUCTION,
|
||||
WDF_CONSTRUCTION,
|
||||
_nested_build_waypoint_widgets, lengthof(_nested_build_waypoint_widgets)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user