Enlightenment CVS committal

Author  : xcomputerman
Project : e17
Module  : libs/ecore

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


Modified Files:
        ecore_evas_x.c 


Log Message:
- Fix window_type_dialog_set() call in ecore_evas_test
- Ecore_Evas now returns the container window when we request its window,
  not the internal one - this fixes problems with NETWM hints not
  affecting ecore_evas windows

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_evas/ecore_evas_x.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- ecore_evas_x.c      11 Jan 2004 12:14:14 -0000      1.7
+++ ecore_evas_x.c      7 Feb 2004 00:55:37 -0000       1.8
@@ -1270,7 +1270,7 @@
 ecore_evas_software_x11_window_get(Ecore_Evas *ee)
 {
 #ifdef BUILD_ECORE_X
-   return ee->engine.x.win;
+   return ee->engine.x.win_container;
 #else   
    return 0;
 #endif




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to