summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-11-18 00:14:43 +0000
committerDarkvater <darkvater@openttd.org>2006-11-18 00:14:43 +0000
commitc4d841dcdbabb1f600dce2f5c150e66fdc432f77 (patch)
tree75a3954c33043c724e452fafd6ef0b60291b6eb6 /window.h
parent2754eeb98959e4f3ffa9c7aea6ba65314994df4b (diff)
downloadopenttd-c4d841dcdbabb1f600dce2f5c150e66fdc432f77.tar.xz
(svn r7200) -Codechange: remove unneeded redraw (console.c), coding style, use FindWindowById
instead of _windows loop (viewport.c), remove dump-code (mixer.c), MSVC6 borkdness in stdafx.h, constness (viewport.c), variable localization (win32.c), comments (window.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 03f3589bd..9c9f29c74 100644
--- a/window.h
+++ b/window.h
@@ -632,7 +632,7 @@ Window *AllocateWindow(
Window *AllocateWindowDesc(const WindowDesc *desc);
Window *AllocateWindowDescFront(const WindowDesc *desc, int window_number);
-void DrawWindowViewport(Window *w);
+void DrawWindowViewport(const Window *w);
/**
* Sets the enabled/disabled status of a widget.