Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: draw.c Log Message: Oops - fix shaded. =================================================================== RCS file: /cvs/e/e16/e/src/draw.c,v retrieving revision 1.104 retrieving revision 1.105 diff -u -3 -r1.104 -r1.105 --- draw.c 17 Jun 2007 20:03:29 -0000 1.104 +++ draw.c 17 Jun 2007 21:20:46 -0000 1.105 @@ -790,6 +790,11 @@ ewin->shape_w = w; ewin->shape_h = h; } + else + { + w = ewin->shape_w; + h = ewin->shape_h; + } EwinBorderGetSize(ewin, &bl, &br, &bt, &bb); ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs