Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : test

Dir     : e17/test/orig/evas


Modified Files:
        evas_software_xcb_main.c 


Log Message:
fix the detection of the default screen

===================================================================
RCS file: /cvs/e/e17/test/orig/evas/evas_software_xcb_main.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- evas_software_xcb_main.c    27 Feb 2007 16:09:37 -0000      1.2
+++ evas_software_xcb_main.c    14 Apr 2007 08:01:59 -0000      1.3
@@ -142,7 +142,7 @@
 
    iter_screen = xcb_setup_roots_iterator (xcb_get_setup (conn));
    for (; iter_screen.rem; --screen_nbr, xcb_screen_next (&iter_screen))
-      if (screen == 0)
+      if (screen_nbr == 0)
         {
            screen = iter_screen.data;
            break;



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to