comparison Gui/interface.c @ 8302:c7fa49f1de0a

no exit on fulscreen if you press esc
author pontscho
date Thu, 28 Nov 2002 00:44:24 +0000
parents bf8e8144dfa6
children 37ab4e646f65
comparison
equal deleted inserted replaced
8301:d867439e3940 8302:c7fa49f1de0a
424 #endif 424 #endif
425 425
426 switch ( type ) 426 switch ( type )
427 { 427 {
428 case guiXEvent: 428 case guiXEvent:
429 guiIntfStruct.event_struct=(void *)arg;
429 wsEvents( wsDisplay,(XEvent *)arg,NULL ); 430 wsEvents( wsDisplay,(XEvent *)arg,NULL );
430 gtkEventHandling(); 431 gtkEventHandling();
431 break; 432 break;
432 case guiCEvent: 433 case guiCEvent:
433 switch ( (int)arg ) 434 switch ( (int)arg )