Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

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


Modified Files:
        ecore_evas_x11.c 


Log Message:
* Add a FB engine for ETK. It's disabled in the configure.in for now 
because it uses for now Ecore_LI which is not on the CVS (should be 
merged with Ecore_FB). The engine is far from being complete
* Fix a bug with etk_embed widgets that have menu bars or combobox.


===================================================================
RCS file: /cvs/e/e17/proto/etk/src/engines/ecore_evas_x11/ecore_evas_x11.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ecore_evas_x11.c    29 Jul 2006 04:43:07 -0000      1.10
+++ ecore_evas_x11.c    30 Jul 2006 21:09:32 -0000      1.11
@@ -141,7 +141,9 @@
    NULL, /* window_move */
    NULL, /* window_resize */
    NULL, /* window_size_min_get */
-   NULL, /* window_geometry_get */
+   NULL, /* window_evas_position_get */
+   NULL, /* window_screen_position_get */
+   NULL, /* window_size_get */
    _window_center_on_window,
    _window_move_to_mouse,
    _window_modal_for_window,     
@@ -225,8 +227,8 @@
      return;
    
    ecore_x_dnd_aware_set(engine_data->x_window, 1);
-   /* We are not using this now */
-   /*_window_property_handler = 
ecore_event_handler_add(ECORE_X_EVENT_WINDOW_PROPERTY, _window_property_cb, 
window); */
+   /* TODO: We are not using this now */
+   /* _window_property_handler = 
ecore_event_handler_add(ECORE_X_EVENT_WINDOW_PROPERTY, _window_property_cb, 
window); */
    engine_info.super->window_constructor(window);
 }
 



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