(svn r2074) MouseLoop -> InputLoop(), factor out a real mouse-specific MouseLoop from the new InitLoop() (more in the spirit of HandleKeypress()).

This commit is contained in:
pasky
2005-03-26 04:16:39 +00:00
parent d4b3469e2f
commit f89984642e
3 changed files with 36 additions and 29 deletions

View File

@@ -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);