diff 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
line wrap: on
line diff
--- a/Gui/interface.c	Wed Nov 27 23:47:14 2002 +0000
+++ b/Gui/interface.c	Thu Nov 28 00:44:24 2002 +0000
@@ -426,6 +426,7 @@
  switch ( type )
   {
    case guiXEvent:
+	guiIntfStruct.event_struct=(void *)arg;
         wsEvents( wsDisplay,(XEvent *)arg,NULL );
         gtkEventHandling();
         break;