Enabled the bottom border for shaded windows like it was the case for

Keramik in KDE 3.1. Hope that's ok with everyone.
(sorry for the ugly diff - seems like kate wasn't able to handle the
characters in the empty lines...)

svn path=/trunk/kdebase/kwin/; revision=263476
This commit is contained in:
Sandro Giessl 2003-10-31 17:05:21 +00:00
parent b878ad84d9
commit 50a9e9aa2e

View file

@ -1600,9 +1600,6 @@ void KeramikClient::borders( int& left, int& right, int& top, int& bottom ) cons
top = titleBarHeight;
bottom = grabBarHeight;
if ( isShade())
bottom = 0;
if ( ( maximizeMode() & MaximizeHorizontal ) && !options()->moveResizeMaximizedWindows())
left = right = 0;
if( ( maximizeMode() & MaximizeVertical ) && !options()->moveResizeMaximizedWindows())