(svn r27825) -Feature [FS#4950]: Add option to close windows with right click (Flamefire)

This commit is contained in:
peter1138
2017-03-24 18:55:16 +00:00
parent 6ceb8a0d28
commit 0e68f9db70
5 changed files with 28 additions and 4 deletions

View File

@@ -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?