Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

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


Modified Files:
        ecore_evas.c 


Log Message:
* Move pointer_set methods from the Ecore_Evas_SW_X11 engine to the 
Ecore_Evas_X11 one


===================================================================
RCS file: /cvs/e/e17/proto/etk/src/engines/ecore_evas/ecore_evas.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ecore_evas.c        27 Jul 2006 18:19:28 -0000      1.4
+++ ecore_evas.c        27 Jul 2006 21:07:52 -0000      1.5
@@ -265,7 +265,6 @@
       *h = window->height;
 }
 
-
 static void _window_iconify(Etk_Window *window)
 {
    Etk_Engine_Window_Data *engine_data;
@@ -432,6 +431,7 @@
  *
  **************************/
 
+/* Called when the window is moved */
 static void _window_move_cb(Ecore_Evas *ecore_evas)
 {
    Etk_Window *window;
@@ -500,6 +500,5 @@
    
    if (!(window = ETK_WINDOW(ecore_evas_data_get(ecore_evas, "etk_window"))))
      return;
-   
    window->delete_request_cb(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