Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: piximg.c Log Message: Fix translucent moves (noted by Thanatermesis, broken since 0.16.8.9). =================================================================== RCS file: /cvs/e/e16/e/src/piximg.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- piximg.c 10 Sep 2007 20:13:59 -0000 1.2 +++ piximg.c 7 Nov 2007 21:40:30 -0000 1.3 @@ -135,6 +135,9 @@ return; } + if (win->num_rect <= 0) + return; + w = WinGetW(win); h = WinGetH(win); ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs