diff options
Diffstat (limited to 'kwin')
-rw-r--r-- | kwin/events.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kwin/events.cpp b/kwin/events.cpp index 570b41ddb..70a4c3233 100644 --- a/kwin/events.cpp +++ b/kwin/events.cpp @@ -1345,7 +1345,7 @@ bool Client::buttonPressEvent( Window w, int button, int state, int x, int y, in if( w == wrapperId() || w == frameId() || w == decorationId()) { // FRAME neco s tohohle by se melo zpracovat, nez to dostane dekorace - { // FRAME something out of this would be processed before it gets decorations + // FRAME something out of this would be processed before it gets decorations updateUserTime(); workspace()->setWasUserInteraction(); uint keyModX = (options->keyCmdAllModKey() == Qt::Key_Meta) ? |