Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

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


Modified Files:
        ecore_evas.c 


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


===================================================================
RCS file: /cvs/e/e17/proto/etk/src/engines/ecore_evas/ecore_evas.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- ecore_evas.c        30 Jul 2006 21:09:32 -0000      1.8
+++ ecore_evas.c        1 Sep 2006 06:41:16 -0000       1.9
@@ -1,10 +1,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <Ecore_Evas.h>
-
-#include "etk_engine.h"
-#include "etk_utils.h"
-
+#include <Etk.h>
 #include "Etk_Engine_Ecore_Evas.h"
 
 typedef Etk_Engine_Ecore_Evas_Window_Data Etk_Engine_Window_Data;
@@ -79,8 +76,7 @@
    _window_evas_position_get,
    _window_screen_position_get,
    _window_size_get,
-   NULL, /* window_center_on_window */
-   NULL, /* window_move_to_mouse */
+   NULL, /* window_screen_geometry_get */
    NULL, /* window_modal_for_window */
    _window_iconified_set,
    _window_iconified_get,
@@ -102,15 +98,15 @@
    NULL, /* window_skip_taskbar_hint_get */
    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