Colour change

svn path=/trunk/kdebase/kwin/; revision=46770
icc-effect-5.14.5
Rik Hemsley 2000-04-16 08:56:32 +00:00
parent 06dc47b2da
commit 1f394879df
1 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,8 @@
Boston, MA 02111-1307, USA.
*/
#include "../../workspace.h"
#include "LowerButton.h"
#include "Manager.h"
#include "Static.h"
@ -43,7 +45,7 @@ LowerButton::mouseReleaseEvent(QMouseEvent * e)
switch (e->button())
{
default:
qDebug("Need kwin support for lowering window");
client()->workspace()->lowerClient(client());
break;
}