summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-06-22 10:57:53 +0000
committertruelight <truelight@openttd.org>2007-06-22 10:57:53 +0000
commitdc82eeb2ae166f3284cda1aa265045c10c29b4c2 (patch)
treeae20bc955475b4b7263a0d0b7d3d32e3f75478fe /src/window.h
parent73f593f93db8f6df15ddbeab954d880ee2531bfc (diff)
downloadopenttd-dc82eeb2ae166f3284cda1aa265045c10c29b4c2.tar.xz
(svn r10265) -Feature: allow double-clicking on certain places: build-vehicle and town-action
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h
index 958e95ef6..868d499f0 100644
--- a/src/window.h
+++ b/src/window.h
@@ -99,6 +99,7 @@ enum WindowEventCodes {
WE_PAINT,
WE_KEYPRESS,
WE_CLICK,
+ WE_DOUBLE_CLICK,
WE_RCLICK,
WE_MOUSEOVER,
WE_MOUSELOOP,