summaryrefslogtreecommitdiff
path: root/src/window_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-26 10:08:17 +0000
committerrubidium <rubidium@openttd.org>2008-03-26 10:08:17 +0000
commita606fe961020486a5810ff29bc0255a8c83b310c (patch)
tree6f0a8507b3787ee4fc264a975c90db6c455c39a1 /src/window_type.h
parentb05919cc5a07ef01e18db2a22f339fb8a5665526 (diff)
downloadopenttd-a606fe961020486a5810ff29bc0255a8c83b310c.tar.xz
(svn r12425) -Feature [FS#1846]: On Screen Keyboard for input fields so someone without a keyboard can enter text too. Patch by Dominik.
Diffstat (limited to 'src/window_type.h')
-rw-r--r--src/window_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window_type.h b/src/window_type.h
index 9ff8997d5..f2630639c 100644
--- a/src/window_type.h
+++ b/src/window_type.h
@@ -90,6 +90,7 @@ enum WindowClass {
WC_VEHICLE_TIMETABLE,
WC_BUILD_SIGNAL,
WC_COMPANY_PASSWORD_WINDOW,
+ WC_OSK,
};
struct Window;