summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2017-03-24 18:55:16 +0000
committerpeter1138 <peter1138@openttd.org>2017-03-24 18:55:16 +0000
commitd934ef9b003c3e084ab77acec554f4870c1a3727 (patch)
treed043baa6e1e6f62bbf696fd6c46b31620c11024f /src/settings_type.h
parent2385f4adbc174f9e23ebffd828999f1b2b22424a (diff)
downloadopenttd-d934ef9b003c3e084ab77acec554f4870c1a3727.tar.xz
(svn r27825) -Feature [FS#4950]: Add option to close windows with right click (Flamefire)
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 41366a771..2dc9ec92e 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -113,6 +113,7 @@ struct GUISettings {
uint8 scrollwheel_multiplier; ///< how much 'wheel' per incoming event from the OS?
bool timetable_arrival_departure; ///< show arrivals and departures in vehicle timetables
bool left_mouse_btn_scrolling; ///< left mouse button scroll
+ bool right_mouse_wnd_close; ///< close window with right click
bool pause_on_newgame; ///< whether to start new games paused or not
bool enable_signal_gui; ///< show the signal GUI when the signal button is pressed
Year coloured_news_year; ///< when does newspaper become coloured?