Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_private.h ewl_window.c 


Log Message:
Move X specific includes to their appropriate engines.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_private.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- ewl_private.h       7 Nov 2006 06:09:39 -0000       1.12
+++ ewl_private.h       13 Dec 2006 22:29:44 -0000      1.13
@@ -30,18 +30,6 @@
 #endif
 
 #ifdef ENABLE_EWL_FB
-#include <Ecore_Fb.h>
-#include <Evas_Engine_FB.h>
-#endif
-
-#ifdef ENABLE_EWL_GL_X11
-#include <Ecore_X.h>
-#include <Evas_Engine_GL_X11.h>
-#endif
-
-#ifdef ENABLE_EWL_SOFTWARE_X11
-#include <Ecore_X.h>
-#include <Evas_Engine_Software_X11.h>
 #endif
 
 #ifndef PATH_MAX
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_window.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -3 -r1.64 -r1.65
--- ewl_window.c        20 Oct 2006 04:15:06 -0000      1.64
+++ ewl_window.c        13 Dec 2006 22:29:44 -0000      1.65
@@ -816,15 +816,6 @@
        ewl_engine_keyboard_grab(win);
        grabval = ewl_engine_pointer_grab(win);
 
-       if (grabval == GrabNotViewable)
-               printf("GrabNotViewable\n");
-       else if (grabval == AlreadyGrabbed)
-               printf("AlreadyGrabbed\n");
-       else if (grabval == GrabFrozen)
-               printf("GrabFrozen\n");
-       else if (grabval == GrabInvalidTime)
-               printf("GrabInvalidTime\n");
-
        DLEAVE_FUNCTION(DLEVEL_STABLE);
 }
 



-------------------------------------------------------------------------
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