From be46128d75ff8f2739b856dcc4ec41bebb90a666 Mon Sep 17 00:00:00 2001 From: Nicolas Noble Date: Thu, 9 Sep 2010 10:47:04 -0700 Subject: Adding the SetRedraw() directive - only for Windows. --- iup/src/mot/iupmot_common.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'iup/src/mot/iupmot_common.c') 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; -- cgit v1.2.3