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
commit9d21e744804dfaf99eeba12621355aee6d2ecbdc (patch)
tree67eb1caa2844dcdf5266ba40482051839518a165 /window.h
parent18fc684977f42819af41450100de838cb03e4b42 (diff)
downloadopenttd-9d21e744804dfaf99eeba12621355aee6d2ecbdc.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);