Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e/src
Modified Files:
borders.c
Log Message:
Fix transparent, shaped border update after resize.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/borders.c,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -3 -r1.161 -r1.162
--- borders.c 8 Apr 2004 12:54:44 -0000 1.161
+++ borders.c 9 Apr 2004 12:47:02 -0000 1.162
@@ -1690,7 +1690,10 @@
DetermineEwinArea(ewin);
if (Conf.theme.transparency)
- DrawEwin(ewin); /* Update the border */
+ {
+ DrawEwin(ewin); /* Update the border */
+ PropagateShapes(ewin->win);
+ }
if (ewin->MoveResize)
ewin->MoveResize(ewin, resize);
@@ -1709,7 +1712,7 @@
int dx = 0, dy = 0, sw, sh, x0, y0;
char move = 0, resize = 0;
- EDBUG(3, "MoveResizeEwin");
+ EDBUG(3, "doMoveResizeEwin");
if (call_depth > 256)
EDBUG_RETURN_;
call_depth++;
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs