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
commit6159f58948763ed39a457e6ff825a735eea06b23 (patch)
treeae20bc955475b4b7263a0d0b7d3d32e3f75478fe /src/window.h
parent38da76acb749aafbf0761bae9d29d9309ade8568 (diff)
downloadopenttd-6159f58948763ed39a457e6ff825a735eea06b23.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,