Enlightenment CVS committal

Author  : kwo
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_evas


Modified Files:
        ecore_evas_x.c 


Log Message:
Fix client iconify.
ecore_x_window_prop_desktop_request() was probably broken too.
Suggest to remove ecore_x_window_prop_property_notify().

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_evas/ecore_evas_x.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- ecore_evas_x.c      11 Apr 2004 17:37:39 -0000      1.14
+++ ecore_evas_x.c      11 Apr 2004 21:20:47 -0000      1.15
@@ -875,7 +875,7 @@
    if (((ee->prop.iconified) && (on)) ||
        ((!ee->prop.iconified) && (!on))) return;
    ee->prop.iconified = on;
-   ecore_x_window_prop_state_request(ee->engine.x.win,
+   ecore_x_window_prop_state_request(ee->engine.x.win_container,
           ECORE_X_WINDOW_STATE_ICONIFIED, on);
 }
 




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to