Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/bin


Modified Files:
        evas_directfb_main.c evas_directfb_window.c evas_test_main.h 


Log Message:


disable dfb cvs updates for now

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/bin/evas_directfb_main.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- evas_directfb_main.c        23 Sep 2005 14:53:08 -0000      1.5
+++ evas_directfb_main.c        24 Sep 2005 08:32:44 -0000      1.6
@@ -26,11 +26,11 @@
    IDirectFBEventBuffer *buffer;
    DFBResult           err;
    DFBSurfaceDescription dsc;
-#if (DIRECTFB_MAJOR_VERSION == 0) && (DIRECTFB_MINOR_VERSION == 9) && 
(DIRECTFB_MICRO_VERSION < 23)
-   DFBCardCapabilities caps;
-#else
-   DFBGraphicsDeviceDescription caps;
-#endif
+//#if (DIRECTFB_MAJOR_VERSION == 0) && (DIRECTFB_MINOR_VERSION == 9) && 
(DIRECTFB_MICRO_VERSION < 23)
+   DFBCardCapabilities    caps;
+//#else
+//   DFBGraphicsDeviceDescription caps;
+//#endif
    DFBDisplayLayerConfig layer_config;
    DFBInputEvent       evt;
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/bin/evas_directfb_window.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- evas_directfb_window.c      23 Sep 2005 14:53:08 -0000      1.6
+++ evas_directfb_window.c      24 Sep 2005 08:32:44 -0000      1.7
@@ -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 );
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/bin/evas_test_main.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- evas_test_main.h    19 Jan 2003 06:23:25 -0000      1.2
+++ evas_test_main.h    24 Sep 2005 08:32:44 -0000      1.3
@@ -1,6 +1,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <math.h>
+#include <unistd.h>
+#include <string.h>
 
 #ifndef _WIN32_WCE
 #      include <sys/time.h>




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to