From 65f9a0f21a1379107683f7b5f2fc0c82f22a4cb6 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 9 Sep 2007 10:13:17 +0000 Subject: (svn r11065) -Documentation [FS#1186]: of the dirty marking/repainting subsystem. Patch by Progman. --- src/window.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/window.h') diff --git a/src/window.h b/src/window.h index 8af918631..593016807 100644 --- a/src/window.h +++ b/src/window.h @@ -565,6 +565,12 @@ enum WindowFlags { /* window.cpp */ void CallWindowEventNP(Window *w, int event); void CallWindowTickEvent(); + +/** + * Marks the window as dirty for repaint. + * + * @ingroup dirty + */ void SetWindowDirty(const Window *w); void SendWindowMessage(WindowClass wnd_class, WindowNumber wnd_num, int msg, int wparam, int lparam); void SendWindowMessageClass(WindowClass wnd_class, int msg, int wparam, int lparam); -- cgit v1.2.3-54-g00ecf