Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: ecompmgr.c Log Message: Minor fix. =================================================================== RCS file: /cvs/e/e16/e/src/ecompmgr.c,v retrieving revision 1.161 retrieving revision 1.162 diff -u -3 -r1.161 -r1.162 --- ecompmgr.c 11 Jul 2007 09:12:29 -0000 1.161 +++ ecompmgr.c 11 Jul 2007 10:05:57 -0000 1.162 @@ -1154,7 +1154,7 @@ { cw->shape = ERegionCreateFromWindow(EobjGetXwin(eo)); - if (WinIsShaped(EobjGetWin(eo)) > 0) + if (WinIsShaped(EobjGetWin(eo))) { /* Intersect with window size to get effective bounding region */ ERegionSetRect(rgn_tmp, 0, 0, EobjGetW(eo), EobjGetH(eo)); ------------------------------------------------------------------------- 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