Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/bin Modified Files: ecore_test.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/bin/ecore_test.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- ecore_test.c 18 Jan 2004 09:29:39 -0000 1.13 +++ ecore_test.c 7 Feb 2004 00:55:36 -0000 1.14 @@ -550,7 +550,7 @@ ecore_x_window_prop_name_class_set(win, "ecore_test", "main"); ecore_x_window_prop_desktop_set(win, 1); printf("Window on desktop %lu\n", ecore_x_window_prop_desktop_get(win)); - ecore_x_window_prop_window_type_dialog_set(win); + ecore_x_window_prop_window_type_set(win, ECORE_X_WINDOW_TYPE_DIALOG); ecore_x_window_prop_protocol_set(win, ECORE_X_WM_PROTOCOL_DELETE_REQUEST, 1); ecore_x_window_show(win); ecore_x_flush(); ------------------------------------------------------- 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