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();
}
XschEnterPresentPanel();
/* XschEnterPresentPanel(); */
}
else
{

View File

@ -329,9 +329,11 @@ void XschLimitedLoop( MyWidget )
case ButtonPress :
case ButtonRelease :
if ( WShell == DialogShell )
if (WShell == DialogShell)
{
XtDispatchEvent( &Event );
XtDispatchEventToWidget(
XtWindowToWidget( AnyEvent->display, AnyEvent->window ),
&Event );
}
break;