Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x_window.c ecore_x_window_prop.c Log Message: Mask out the window_type_foo* calls altogether =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x_window.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- ecore_x_window.c 14 Jan 2004 23:08:58 -0000 1.9 +++ ecore_x_window.c 7 Feb 2004 00:50:54 -0000 1.10 @@ -198,7 +198,7 @@ ecore_x_window_prop_property_set(win, _ecore_x_atom_net_wm_pid, XA_CARDINAL, 32, &pid, 1); - ecore_x_window_prop_window_type_normal_set(win); + ecore_x_window_prop_window_type_set(win, ECORE_X_WINDOW_TYPE_NORMAL); ecore_app_args_get(&argc, &argv); ecore_x_window_prop_command_set(win, argc, argv); =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x_window_prop.c,v retrieving revision 1.27 retrieving revision 1.28 diff -u -3 -r1.27 -r1.28 --- ecore_x_window_prop.c 6 Feb 2004 17:46:47 -0000 1.27 +++ ecore_x_window_prop.c 7 Feb 2004 00:50:54 -0000 1.28 @@ -1079,6 +1079,7 @@ free(newset); } +#if 0 void ecore_x_window_prop_window_type_utility_set(Ecore_X_Window win) { @@ -1124,6 +1125,8 @@ ecore_x_window_prop_window_type_set(win, _ecore_x_atom_net_wm_window_type_normal); } +#endif + /** * Set the requested opacity of the window * @param win The window whose opacity will be set ------------------------------------------------------- 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