summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-12-06 15:58:39 +0000
committerbelugas <belugas@openttd.org>2007-12-06 15:58:39 +0000
commit6c70cf2d82cac252b9e48d53e70aaeb15f7b9ad6 (patch)
treed4681689d02a94b5e02cee2582442148b9d596e6 /src/window.h
parent7edf28529dad8d0619d10c27a480eeca7a896321 (diff)
downloadopenttd-6c70cf2d82cac252b9e48d53e70aaeb15f7b9ad6.tar.xz
(svn r11579) -Revert(r11578): some cases of key propagation are not handled correctly.
A better solution will be deviced, but not now. Let's not cause a ton of bug reports
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h
index a84943d21..e98d99d24 100644
--- a/src/window.h
+++ b/src/window.h
@@ -208,7 +208,7 @@ enum WindowDefaultFlag {
WDF_STD_TOOLTIPS = 1 << 0, ///< use standard routine when displaying tooltips
WDF_DEF_WIDGET = 1 << 1, ///< default widget control for some widgets in the on click event
WDF_STD_BTN = 1 << 2, ///< default handling for close and drag widgets (widget no 0 and 1)
- WDF_TEXTENTRY = 1 << 3, ///< This window is authorized to receive keyboard events
+
WDF_UNCLICK_BUTTONS = 1 << 4, ///< Unclick buttons when the window event times out */
WDF_STICKY_BUTTON = 1 << 5, ///< Set window to sticky mode; they are not closed unless closed with 'X' (widget 2)
WDF_RESIZABLE = 1 << 6, ///< A window can be resized