Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

Dir     : e17/proto/etk/src/engines/ecore_evas_software_x11


Modified Files:
        ecore_evas_software_x11.c 


Log Message:
* Some work to clean up the engine's API


===================================================================
RCS file: 
/cvs/e/e17/proto/etk/src/engines/ecore_evas_software_x11/ecore_evas_software_x11.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- ecore_evas_software_x11.c   30 Jul 2006 21:09:32 -0000      1.7
+++ ecore_evas_software_x11.c   1 Sep 2006 06:41:17 -0000       1.8
@@ -1,12 +1,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include <Ecore_Evas.h>
-
-#include "etk_types.h"
-#include "etk_engine.h"
-#include "etk_window.h"
-#include "etk_utils.h"
-
+#include <Etk.h>
 #include "Etk_Engine_Ecore_Evas.h"
 #include "Etk_Engine_Ecore_Evas_X11.h"
 
@@ -45,8 +40,7 @@
    NULL, /* window_evas_position_get */
    NULL, /* window_screen_position_get */
    NULL, /* window_size_get */
-   NULL, /* window_center_on_window */
-   NULL, /* window_move_to_mouse */
+   NULL, /* window_screen_geometry_get */
    NULL, /* window_modal_for_window */
    NULL, /* window_iconified_set */
    NULL, /* window_iconified_get */
@@ -68,15 +62,15 @@
    NULL, /* window_skip_taskbar_hint_ge */
    NULL, /* window_skip_pager_hint_set */
    NULL, /* window_skip_pager_hint_get */
-   NULL, /* window_dnd_aware_set */
-   NULL, /* window_dnd_aware_get */
    NULL, /* window_pointer_set */
    
    NULL, /* popup_window_constructor */
    NULL, /* popup_window_popup_at_xy */
-   NULL, /* popup_window_popup */
    NULL, /* popup_window_popdown */
    NULL, /* popup_window_popped_get */
+   
+   NULL, /* mouse_position_get */
+   NULL, /* mouse_screen_geometry_get */
    
    NULL, /* drag_constructor */
    NULL, /* drag_begin */



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to