Quick patch for fixing shelfs in fake xinerama

Index: src/bin/e_xinerama.c
===================================================================
RCS file: /var/cvs/e/e17/apps/e/src/bin/e_xinerama.c,v
retrieving revision 1.9
diff -u -r1.9 e_xinerama.c
--- src/bin/e_xinerama.c        17 Oct 2007 11:06:59 -0000      1.9
+++ src/bin/e_xinerama.c        27 Oct 2007 20:02:30 -0000
@@ -53,6 +53,7 @@

    scr = calloc(1, sizeof(E_Screen));
    scr->screen = evas_list_count(fake_screens);
+   scr->escreen = scr->screen;
    scr->x = x;
    scr->y = y;
    scr->w = w;


There is still a bug in the new xinerama shelf stuff, adding a new
shelf via the config dialog uses the zone->num, while the rest of the
shelf code uses zone->id

-Sthitha

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to