summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-09-09 20:07:56 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-09-09 20:07:56 +0200
commitaad6c632eb1fbd54d0bd3fd6ab1c2dc3f9d9d35e (patch)
treedc888d53b32647fbbeccdf8bb64fcc8dd50e60db
parentbe46128d75ff8f2739b856dcc4ec41bebb90a666 (diff)
Seems win32 is making me do a lot of typos...
-rwxr-xr-xiup/src/win/iupwin_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iup/src/win/iupwin_common.c b/iup/src/win/iupwin_common.c
index afa4235..7a20d8c 100755
--- a/iup/src/win/iupwin_common.c
+++ b/iup/src/win/iupwin_common.c
@@ -100,7 +100,7 @@ void iupdrvRedrawNow(Ihandle *ih)
RedrawWindow(ih->handle,NULL,NULL,RDW_ERASE|RDW_INVALIDATE|RDW_INTERNALPAINT|RDW_UPDATENOW);
}
-void iupdrvRedrawNow(Ihandle *ih, int value)
+void iupdrvSetRedraw(Ihandle *ih, int value)
{
SendMessage(ih->handle, WM_SETREDRAW, value ? TRUE : FALSE, 0);
}