Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_fm_hal.c e_xinerama.c Log Message: fake xinerama broken - fixed. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_fm_hal.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- e_fm_hal.c 22 Oct 2007 08:10:28 -0000 1.1 +++ e_fm_hal.c 28 Oct 2007 04:03:40 -0000 1.2 @@ -326,6 +326,7 @@ if (!v) return NULL; if (v->mount_point) { + printf("GET MOUNTPOINT = %s\n", v->mount_point); return strdup(v->mount_point); } @@ -340,6 +341,7 @@ static int mount_count = 1; snprintf(buf, sizeof(buf) - 1, "/media/unknown-%i", mount_count++); } + printf("GET MOUNTPOINT = %s\n", buf); return strdup(buf); } =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_xinerama.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- e_xinerama.c 17 Oct 2007 11:06:59 -0000 1.9 +++ e_xinerama.c 28 Oct 2007 04:03:40 -0000 1.10 @@ -53,6 +53,7 @@ scr = calloc(1, sizeof(E_Screen)); scr->screen = evas_list_count(fake_screens); + scr->escren = scr->screen; scr->x = x; scr->y = y; scr->w = w; ------------------------------------------------------------------------- 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-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs