summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}