Colour change
svn path=/trunk/kdebase/kwin/; revision=46770
This commit is contained in:
parent
06dc47b2da
commit
1f394879df
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue