diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-09-09 20:07:56 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-09-09 20:07:56 +0200 |
commit | aad6c632eb1fbd54d0bd3fd6ab1c2dc3f9d9d35e (patch) | |
tree | dc888d53b32647fbbeccdf8bb64fcc8dd50e60db /iup/src | |
parent | be46128d75ff8f2739b856dcc4ec41bebb90a666 (diff) |
Seems win32 is making me do a lot of typos...
Diffstat (limited to 'iup/src')
-rwxr-xr-x | iup/src/win/iupwin_common.c | 2 |
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); } |