diff options
author | Nicolas Noble <pixel@nobis-crew.org> | 2010-09-09 10:47:04 -0700 |
---|---|---|
committer | Nicolas Noble <pixel@nobis-crew.org> | 2010-09-09 10:47:04 -0700 |
commit | be46128d75ff8f2739b856dcc4ec41bebb90a666 (patch) | |
tree | 6f8ac0c4aead39bbbc38beaec5a1c403059f9047 /iup/include/iup.h | |
parent | 53d6ee570041c7e47c02dd8b4ca753a3b020369f (diff) |
Adding the SetRedraw() directive - only for Windows.
Diffstat (limited to 'iup/include/iup.h')
-rwxr-xr-x | iup/include/iup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iup/include/iup.h b/iup/include/iup.h index 572d88c..e94dbd9 100755 --- a/iup/include/iup.h +++ b/iup/include/iup.h @@ -46,6 +46,7 @@ void IupExitLoop (void); void IupUpdate (Ihandle* ih); void IupUpdateChildren(Ihandle* ih); void IupRedraw (Ihandle* ih, int children); +void IupSetRedraw (Ihandle* ih, int value); void IupRefresh (Ihandle* ih); char* IupMapFont (const char *iupfont); |