Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : test

Dir     : e17/test/orig/evas


Modified Files:
        evas_software_xcb_main.c 


Log Message:
update the test wrt the changes in the xcb software engine

===================================================================
RCS file: /cvs/e/e17/test/orig/evas/evas_software_xcb_main.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- evas_software_xcb_main.c    28 Oct 2006 08:23:28 -0000      1.1
+++ evas_software_xcb_main.c    27 Feb 2007 16:09:37 -0000      1.2
@@ -202,10 +202,13 @@
    {
       Evas_Engine_Info_Software_Xcb *einfo;
 
-      einfo = (Evas_Engine_Info_Software_Xcb *) evas_engine_info_get(evas);
+      einfo = (Evas_Engine_Info_Software_Xcb *)
+      evas_engine_info_get(evas);
+      if (!einfo) printf ("merde\n");
 
       /* the following is specific to the engine */
       einfo->info.conn = conn;
+      einfo->info.screen = screen;
       einfo->info.visual = visualtype_get(conn, screen);
       einfo->info.colormap = screen->default_colormap;
       einfo->info.drawable = win;
@@ -231,6 +234,7 @@
 
       /* the following is specific to the engine */
       einfo->info.conn = conn;
+      einfo->info.screen = screen;
       einfo->info.visual = visualtype_get(conn, screen);
       einfo->info.colormap = screen->default_colormap;
       einfo->info.drawable = win;
@@ -256,6 +260,7 @@
 
       /* the following is specific to the engine */
       einfo->info.conn = conn;
+      einfo->info.screen = screen;
       einfo->info.visual = visualtype_get(conn, screen);
       einfo->info.colormap = screen->default_colormap;
       einfo->info.drawable = win;
@@ -281,6 +286,7 @@
 
       /* the following is specific to the engine */
       einfo->info.conn = conn;
+      einfo->info.screen = screen;
       einfo->info.visual = visualtype_get(conn, screen);
       einfo->info.colormap = screen->default_colormap;
       einfo->info.drawable = win;
@@ -306,6 +312,7 @@
 
       /* the following is specific to the engine */
       einfo->info.conn = conn;
+      einfo->info.screen = screen;
       einfo->info.visual = visualtype_get(conn, screen);
       einfo->info.colormap = screen->default_colormap;
       einfo->info.drawable = win;



-------------------------------------------------------------------------
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
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to