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.
|
Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "../../workspace.h"
|
||||||
|
|
||||||
#include "LowerButton.h"
|
#include "LowerButton.h"
|
||||||
#include "Manager.h"
|
#include "Manager.h"
|
||||||
#include "Static.h"
|
#include "Static.h"
|
||||||
|
@ -43,7 +45,7 @@ LowerButton::mouseReleaseEvent(QMouseEvent * e)
|
||||||
switch (e->button())
|
switch (e->button())
|
||||||
{
|
{
|
||||||
default:
|
default:
|
||||||
qDebug("Need kwin support for lowering window");
|
client()->workspace()->lowerClient(client());
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue