Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

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


Modified Files:
        ecore_evas_x11.c 


Log Message:
- we're not using this callback, dont waste time on it.


===================================================================
RCS file: /cvs/e/e17/proto/etk/src/engines/ecore_evas_x11/ecore_evas_x11.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- ecore_evas_x11.c    28 Jul 2006 02:13:07 -0000      1.9
+++ ecore_evas_x11.c    29 Jul 2006 04:43:07 -0000      1.10
@@ -225,7 +225,8 @@
      return;
    
    ecore_x_dnd_aware_set(engine_data->x_window, 1);
-   _window_property_handler = 
ecore_event_handler_add(ECORE_X_EVENT_WINDOW_PROPERTY, _window_property_cb, 
window);
+   /* 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);
 }
 
@@ -236,7 +237,8 @@
    engine_data = window->engine_data;
    engine_info.super->window_destructor(window);
    free(engine_data);
-   ecore_event_handler_del(_window_property_handler);
+   /* We are not using this now */
+   /* ecore_event_handler_del(_window_property_handler); */
    window->engine_data = NULL;
 }
 



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