mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
kwin: log debug message to kwin area
125 is reserved for kdeui (KGlobalAccel) Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
f4d3cb4a8c
commit
11829b7127
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ bool Workspace::workspaceEvent(XEvent * e)
|
|||
was_user_interaction = true;
|
||||
int keyQt;
|
||||
KKeyServer::xEventToQt(e, &keyQt);
|
||||
// kDebug(125) << "Workspace::keyPress( " << keyQt << " )";
|
||||
// kDebug(1212) << "Workspace::keyPress( " << keyQt << " )";
|
||||
if (movingClient) {
|
||||
movingClient->keyPressEvent(keyQt);
|
||||
return true;
|
||||
|
|
Loading…
Add table
Reference in a new issue