This commit is contained in:
Ludovic Jacomme 2004-07-29 10:05:15 +00:00
parent b4b56757d7
commit d9bba5b698
2 changed files with 5 additions and 3 deletions

View File

@ -758,7 +758,7 @@ void CallbackExpose( MyWidget, ClientData, CallData )
XschDisplayCursor(); XschDisplayCursor();
} }
XschEnterPresentPanel(); /* XschEnterPresentPanel(); */
} }
else else
{ {

View File

@ -331,7 +331,9 @@ void XschLimitedLoop( MyWidget )
if (WShell == DialogShell) if (WShell == DialogShell)
{ {
XtDispatchEvent( &Event ); XtDispatchEventToWidget(
XtWindowToWidget( AnyEvent->display, AnyEvent->window ),
&Event );
} }
break; break;