window.h
changeset 2549 f1d3b383d557
parent 2498 befad2fe53d2
child 2596 d228e8ce6fcf
--- a/window.h	Sat Oct 22 06:39:32 2005 +0000
+++ b/window.h	Sun Oct 23 13:04:44 2005 +0000
@@ -553,7 +553,7 @@
 void DrawOverlappedWindow(Window *w, int left, int top, int right, int bottom);
 void CallWindowEventNP(Window *w, int event);
 void CallWindowTickEvent(void);
-void SetWindowDirty(Window *w);
+void SetWindowDirty(const Window* w);
 void SendWindowMessageW(Window *w, uint msg, uint wparam, uint lparam);
 void SendWindowMessage(WindowClass wnd_class, WindowNumber wnd_num, uint msg, uint wparam, uint lparam);