Enlightenment CVS committal Author : moom Project : e17 Module : proto
Dir : e17/proto/etk/src/engines/ecore_evas_x11 Modified Files: Etk_Engine_Ecore_Evas_X11.h ecore_evas_x11.c Log Message: * [Engine] Update the Ecore_FB engine to the new engine API =================================================================== RCS file: /cvs/e/e17/proto/etk/src/engines/ecore_evas_x11/Etk_Engine_Ecore_Evas_X11.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- Etk_Engine_Ecore_Evas_X11.h 28 Jul 2006 00:57:05 -0000 1.2 +++ Etk_Engine_Ecore_Evas_X11.h 5 Sep 2006 00:14:57 -0000 1.3 @@ -1,5 +1,5 @@ -#ifndef _ETK_ENGINE_ECORE_EVAS_X11_H -#define _ETK_ENGINE_ECORE_EVAS_X11_H +#ifndef _ETK_ENGINE_ECORE_EVAS_X11_H_ +#define _ETK_ENGINE_ECORE_EVAS_X11_H_ #include "Etk_Engine_Ecore_Evas.h" =================================================================== RCS file: /cvs/e/e17/proto/etk/src/engines/ecore_evas_x11/ecore_evas_x11.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- ecore_evas_x11.c 3 Sep 2006 21:15:31 -0000 1.15 +++ ecore_evas_x11.c 5 Sep 2006 00:14:57 -0000 1.16 @@ -10,6 +10,8 @@ #include "Etk_Engine_Ecore_Evas.h" #include "Etk_Engine_Ecore_Evas_X11.h" +/* TODO: window prop notify ? */ + #define NUM_INPUT_HANDLERS 6 typedef Etk_Engine_Ecore_Evas_X11_Window_Data Etk_Engine_Window_Data; @@ -122,7 +124,7 @@ NULL, /* window_screen_position_get */ NULL, /* window_size_get */ _window_screen_geometry_get, - _window_modal_for_window, + _window_modal_for_window, NULL, /* window_iconified_set */ NULL, /* window_iconified_get */ NULL, /* window_maximized_set */ ------------------------------------------------------------------------- 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