Enlightenment CVS committal

Author  : vapier
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/bin


Modified Files:
        evas_directfb_window.c 


Log Message:
re-enable new directfb code since 0.9.2[34] has been released
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/bin/evas_directfb_window.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- evas_directfb_window.c      24 Sep 2005 08:32:44 -0000      1.7
+++ evas_directfb_window.c      29 Oct 2005 06:10:11 -0000      1.8
@@ -75,11 +75,11 @@
      IDirectFBEventBuffer   *buffer;
 
      DFBDisplayLayerConfig  layer_config;
-//#if (DIRECTFB_MAJOR_VERSION == 0) && (DIRECTFB_MINOR_VERSION == 9) && 
(DIRECTFB_MICRO_VERSION < 23)
+#if (DIRECTFB_MAJOR_VERSION == 0) && (DIRECTFB_MINOR_VERSION == 9) && 
(DIRECTFB_MICRO_VERSION < 23)
      DFBCardCapabilities    caps;
-//#else
-//     DFBGraphicsDeviceDescription caps;
-//#endif
+#else
+     DFBGraphicsDeviceDescription caps;
+#endif
      IDirectFBWindow*       upper;
      DFBWindowID            id1;
 
@@ -92,11 +92,11 @@
      DFBCHECK(DirectFBInit( &argc, &argv ));
      DFBCHECK(DirectFBCreate( &dfb ));
 
-//#if (DIRECTFB_MAJOR_VERSION == 0) && (DIRECTFB_MINOR_VERSION == 9) && 
(DIRECTFB_MICRO_VERSION < 23)
+#if (DIRECTFB_MAJOR_VERSION == 0) && (DIRECTFB_MINOR_VERSION == 9) && 
(DIRECTFB_MICRO_VERSION < 23)
      dfb->GetCardCapabilities( dfb, &caps );
-//#else
-//     dfb->GetDeviceDescription( dfb, &caps );
-//#endif
+#else
+     dfb->GetDeviceDescription( dfb, &caps );
+#endif
 
      dfb->GetDisplayLayer( dfb, DLID_PRIMARY, &layer );
 




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to