- update 2000 -> 2004
This commit is contained in:
parent
748a05efbf
commit
edb0b3d34e
|
@ -281,7 +281,7 @@ void DrealBuildPresentPanel()
|
|||
);
|
||||
XmStringFree( PanelString );
|
||||
|
||||
PanelString = XmStringCreateLtoR( "copyright \251 1995-2000 ASIM, \
|
||||
PanelString = XmStringCreateLtoR( "copyright \251 1995-2004 ASIM, \
|
||||
CAO-VLSI Team\nWritten by Ludovic Jacomme\nE-mail : alliance-users@asim.lip6.fr", "Panel_charset4" );
|
||||
|
||||
PanelLabel = XtVaCreateManagedWidget( "",
|
||||
|
|
|
@ -285,7 +285,7 @@ void GraalBuildPresentPanel()
|
|||
);
|
||||
XmStringFree( PanelString );
|
||||
|
||||
PanelString = XmStringCreateLtoR( "copyright \251 1996-2000 ASIM, \
|
||||
PanelString = XmStringCreateLtoR( "copyright \251 1996-2004 ASIM, \
|
||||
CAO-VLSI Team\nWritten by Ludovic Jacomme and Frederic Venot\nE-mail : alliance-users@asim.lip6.fr", "Panel_charset4" );
|
||||
|
||||
PanelLabel = XtVaCreateManagedWidget( "",
|
||||
|
|
|
@ -283,7 +283,7 @@ void XfsmBuildPresentPanel()
|
|||
);
|
||||
XmStringFree( PanelString );
|
||||
|
||||
PanelString = XmStringCreateLtoR( "copyright \251 1995-2000 ASIM, \
|
||||
PanelString = XmStringCreateLtoR( "copyright \251 1995-2004 ASIM, \
|
||||
CAO-VLSI Team\nWritten by Ludovic Jacomme\nE-mail : alliance-users@asim.lip6.fr", "Panel_charset4" );
|
||||
|
||||
PanelLabel = XtVaCreateManagedWidget( "",
|
||||
|
|
|
@ -282,7 +282,7 @@ void XpatBuildPresentPanel()
|
|||
);
|
||||
XmStringFree( PanelString );
|
||||
|
||||
PanelString = XmStringCreateLtoR( "copyright \251 1996-2000 ASIM, \
|
||||
PanelString = XmStringCreateLtoR( "copyright \251 1996-2004 ASIM, \
|
||||
CAO-VLSI Team\nWritten by Ludovic Jacomme\nE-mail : alliance-users@asim.lip6.fr", "Panel_charset4" );
|
||||
|
||||
|
||||
|
|
|
@ -280,7 +280,7 @@ void XschBuildPresentPanel()
|
|||
);
|
||||
XmStringFree( PanelString );
|
||||
|
||||
PanelString = XmStringCreateLtoR( "copyright \251 1996-2000 ASIM, \
|
||||
PanelString = XmStringCreateLtoR( "copyright \251 1996-2004 ASIM, \
|
||||
CAO-VLSI Team\nWritten by Ludovic Jacomme\nE-mail : alliance-users@asim.lip6.fr", "Panel_charset4" );
|
||||
|
||||
PanelLabel = XtVaCreateManagedWidget( "",
|
||||
|
|
|
@ -279,7 +279,7 @@ void XvpnBuildPresentPanel()
|
|||
);
|
||||
XmStringFree( PanelString );
|
||||
|
||||
PanelString = XmStringCreateLtoR( "copyright \251 1996-2000 ASIM, \
|
||||
PanelString = XmStringCreateLtoR( "copyright \251 1996-2004 ASIM, \
|
||||
CAO-VLSI Team\nWritten by Ludovic Jacomme\nE-mail : alliance-users@asim.lip6.fr", "Panel_charset4" );
|
||||
|
||||
PanelLabel = XtVaCreateManagedWidget( "",
|
||||
|
|
|
@ -739,7 +739,7 @@ void CallbackExpose( MyWidget, ClientData, CallData )
|
|||
XvpnDisplayCursor();
|
||||
}
|
||||
|
||||
XvpnEnterPresentPanel();
|
||||
/* XvpnEnterPresentPanel(); */
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
@ -324,26 +324,25 @@ void XvpnLimitedLoop( MyWidget )
|
|||
|
||||
switch ( AnyEvent->type )
|
||||
{
|
||||
case KeyRelease :
|
||||
case ButtonPress :
|
||||
case ButtonRelease :
|
||||
|
||||
if (WShell == DialogShell) XtDispatchEvent(&Event);
|
||||
if ( WShell == DialogShell )
|
||||
{
|
||||
XtDispatchEventToWidget(
|
||||
XtWindowToWidget( AnyEvent->display, AnyEvent->window ),
|
||||
&Event );
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
case KeyPress :
|
||||
case ButtonPress :
|
||||
case KeyRelease :
|
||||
|
||||
if (WShell != DialogShell)
|
||||
if ( WShell != DialogShell )
|
||||
{
|
||||
XBell( AnyEvent->display, 0 );
|
||||
XtPopup( WShell, XtGrabNone );
|
||||
AnyEvent->window = XtWindow( WShell );
|
||||
}
|
||||
else
|
||||
{
|
||||
XtDispatchEvent( &Event );
|
||||
}
|
||||
break;
|
||||
|
||||
default :
|
||||
|
||||
|
|
Loading…
Reference in New Issue