summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
authorludde <ludde@openttd.org>2005-07-15 15:09:52 +0000
committerludde <ludde@openttd.org>2005-07-15 15:09:52 +0000
commita069876725080c783a7def816081867a2574d3a0 (patch)
tree37eff27994a6fc0a501ac19e29cb3cefde9dc65b /window.h
parent2fa79c9b4d140f78e5e6392aded7beebeec5c230 (diff)
downloadopenttd-a069876725080c783a7def816081867a2574d3a0.tar.xz
(svn r2573) Codechange: Removed WDF_RESTORE_DPARAM, it's not needed with the new string system.
Also fixed a bug introduced in r2564, forgot to remove 4 global variables in network_gui.c.
Diffstat (limited to 'window.h')
-rw-r--r--window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/window.h b/window.h
index 25a0c6c90..987d386a6 100644
--- a/window.h
+++ b/window.h
@@ -229,7 +229,7 @@ enum {
WDF_STD_TOOLTIPS = 1, /* use standard routine when displaying tooltips */
WDF_DEF_WIDGET = 2, /* default widget control for some widgets in the on click event */
WDF_STD_BTN = 4, /* default handling for close and drag widgets (widget no 0 and 1) */
- WDF_RESTORE_DPARAM = 8, /* when drawing widgets, restore the dparam so all widgets recieve the same set of them */
+
WDF_UNCLICK_BUTTONS=16, /* Unclick buttons when the window event times out */
WDF_STICKY_BUTTON =32, /* Set window to sticky mode; they are not closed unless closed with 'X' (widget 2) */
WDF_RESIZABLE =64, /* A window can be resized */