From 1f394879df4564881d7b63101f54bb6d25e910da Mon Sep 17 00:00:00 2001 From: Rik Hemsley Date: Sun, 16 Apr 2000 08:56:32 +0000 Subject: [PATCH] Colour change svn path=/trunk/kdebase/kwin/; revision=46770 --- clients/riscos/LowerButton.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clients/riscos/LowerButton.cpp b/clients/riscos/LowerButton.cpp index 707487bf16..f38833e939 100644 --- a/clients/riscos/LowerButton.cpp +++ b/clients/riscos/LowerButton.cpp @@ -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; }