Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e/src
Modified Files:
main.c setup.c desktops.c
Log Message:
Fix startup trouble (again).
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/main.c,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -3 -r1.105 -r1.106
--- main.c 9 Jan 2005 22:36:01 -0000 1.105
+++ main.c 10 Jan 2005 20:21:57 -0000 1.106
@@ -234,9 +234,6 @@
/* Unmap the clients */
MapUnmap(0);
- /* Flush (get rid of unmap events) */
- XSync(disp, True);
-
ModulesSignal(ESIGNAL_INIT, NULL);
/* Move elsewhere... */
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/setup.c,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -3 -r1.143 -r1.144
--- setup.c 31 Dec 2004 13:49:08 -0000 1.143
+++ setup.c 10 Jan 2005 20:21:57 -0000 1.144
@@ -69,6 +69,8 @@
}
}
}
+ /* Flush (get rid of unmap events) */
+ XSync(disp, True);
ecore_x_ungrab();
break;
case 1:
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/desktops.c,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -3 -r1.111 -r1.112
--- desktops.c 9 Jan 2005 22:36:00 -0000 1.111
+++ desktops.c 10 Jan 2005 20:21:57 -0000 1.112
@@ -384,6 +384,10 @@
{
EoSetFloating(d, 1);
EobjListStackAdd(&d->o, 0);
+#if 0 /* TBD */
+ d->event_mask = EDESK_EVENT_MASK;
+ DeskEventsConfigure(d, 1);
+#endif
}
EventCallbackRegister(win, 0, DesktopHandleEvents, d);
@@ -393,8 +397,6 @@
DeskControlsShow(d);
}
- DeskEventsConfigure(d, 1);
-
{
Background **lst;
int num;
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs