Enlightenment CVS committal Author : raster Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x_icccm.c Log Message: oops - copy & paste bugs =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x_icccm.c,v retrieving revision 1.29 retrieving revision 1.30 diff -u -3 -r1.29 -r1.30 --- ecore_x_icccm.c 29 May 2005 10:52:42 -0000 1.29 +++ ecore_x_icccm.c 8 Jun 2005 01:45:59 -0000 1.30 @@ -258,7 +258,7 @@ } if ((hints->flags & IconMaskHint) && (icon_mask)) { - *icon_mask = hints->icon_pixmap; + *icon_mask = hints->icon_mask; } if ((hints->flags & IconWindowHint) && (icon_window)) { @@ -329,9 +329,9 @@ { hint.flags |= PAspect; hint.min_aspect.x = min_aspect * 10000; - hint.min_aspect.x = 10000; + hint.min_aspect.y = 10000; hint.max_aspect.x = max_aspect * 10000; - hint.max_aspect.x = 10000; + hint.max_aspect.y = 10000; } XSetWMNormalHints(_ecore_x_disp, win, &hint); } ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs