Fix window slidein in non-opaque mode.

SVN revision: 14821
This commit is contained in:
Kim Woelders 2005-05-17 15:50:01 +00:00
parent aa814522ae
commit 05278c1046
1 changed files with 3 additions and 0 deletions

View File

@ -677,6 +677,9 @@ DrawEwinShape(EWin * ewin, int md, int x, int y, int w, int h, char firstlast)
case 3:
case 4:
case 5:
if (firstlast == 0)
EwinShapeSet(ewin);
if (!b1)
b1 = XCreateBitmapFromData(disp, VRoot.win, flipped_gray_bits,
flipped_gray_width, flipped_gray_height);