diff options
Diffstat (limited to 'iup/src/mot/iupmot_common.c')
-rwxr-xr-x | iup/src/mot/iupmot_common.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/iup/src/mot/iupmot_common.c b/iup/src/mot/iupmot_common.c index 286e075..554504f 100755 --- a/iup/src/mot/iupmot_common.c +++ b/iup/src/mot/iupmot_common.c @@ -235,6 +235,12 @@ void iupdrvRedrawNow(Ihandle *ih) XmUpdateDisplay(ih->handle); } +void iupdrvSetRedraw(Ihandle *ih, int value) +{ + (void)ih; + (void)value; +} + void iupdrvScreenToClient(Ihandle* ih, int *x, int *y) { Window child; |