(svn r1508) Remove duplicate declarations and include proper headers where necessary

This commit is contained in:
tron
2005-01-14 19:41:24 +00:00
parent 9d1f7e7348
commit 4136f395bf
10 changed files with 2 additions and 14 deletions

View File

@@ -511,8 +511,6 @@ void DispatchMouseWheelEvent(Window *w, uint widget, int wheel);
void DrawOverlappedWindow(Window *w, int left, int top, int right, int bottom);
void CallWindowEventNP(Window *w, int event);
void CallWindowTickEvent();
void DrawDirtyBlocks();
void SetDirtyBlocks(int left, int top, int right, int bottom);
void SetWindowDirty(Window *w);
Window *FindWindowById(WindowClass cls, WindowNumber number);