summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
authorpasky <pasky@openttd.org>2005-03-26 04:16:39 +0000
committerpasky <pasky@openttd.org>2005-03-26 04:16:39 +0000
commitf89984642e98786bfb7daf6e7b787ec55251579a (patch)
tree67eb1caa2844dcdf5266ba40482051839518a165 /window.h
parentd4b3469e2f828043deab48b47d32691c3f2f283f (diff)
downloadopenttd-f89984642e98786bfb7daf6e7b787ec55251579a.tar.xz
(svn r2074) MouseLoop -> InputLoop(), factor out a real mouse-specific MouseLoop from the new InitLoop() (more in the spirit of HandleKeypress()).
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 fde10cdf5..82b76ef25 100644
--- a/window.h
+++ b/window.h
@@ -566,7 +566,7 @@ void InitWindowSystem(void);
void UnInitWindowSystem(void);
void ResetWindowSystem(void);
int GetMenuItemIndex(Window *w, int x, int y);
-void MouseLoop(void);
+void InputLoop(void);
void UpdateWindows(void);
void InvalidateWidget(Window *w, byte widget_index);