Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

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


Modified Files:
        ecore_evas.c 


Log Message:
* Clean up the engine code and more comments to etk_engine.c


===================================================================
RCS file: /cvs/e/e17/proto/etk/src/engines/ecore_evas/ecore_evas.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- ecore_evas.c        28 Jul 2006 00:57:05 -0000      1.6
+++ ecore_evas.c        28 Jul 2006 02:13:06 -0000      1.7
@@ -122,6 +122,12 @@
    NULL  /* selection_clear */     
 };
 
+/**************************
+ *
+ * General engine functions
+ *
+ **************************/
+
 Etk_Engine *engine_open()
 {
    engine_info.engine_data = NULL;
@@ -144,6 +150,12 @@
    ecore_evas_shutdown();
 }
 
+/**************************
+ *
+ * Etk_Window's functions
+ *
+ **************************/
+
 static void _window_constructor(Etk_Window *window)
 {
    Etk_Engine_Window_Data *engine_data;
@@ -378,7 +390,8 @@
    Etk_Engine_Window_Data *engine_data;
    
    engine_data = window->engine_data;
-   ecore_evas_shaped_set(engine_data->ecore_evas, shaped);   
+   ecore_evas_shaped_set(engine_data->ecore_evas, shaped);
+   etk_object_notify(ETK_OBJECT(window), "shaped");
 }
 
 static Etk_Bool _window_shaped_get(Etk_Window *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