Silence.
svn path=/trunk/KDE/kdebase/workspace/; revision=723460
This commit is contained in:
parent
00d75e9536
commit
4a66783f51
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ bool Workspace::workspaceEvent( XEvent * e )
|
||||||
was_user_interaction = true;
|
was_user_interaction = true;
|
||||||
int keyQt;
|
int keyQt;
|
||||||
KKeyServer::xEventToQt(e, &keyQt);
|
KKeyServer::xEventToQt(e, &keyQt);
|
||||||
kDebug(125) << "Workspace::keyPress( " << keyQt << " )";
|
// kDebug(125) << "Workspace::keyPress( " << keyQt << " )";
|
||||||
if (movingClient)
|
if (movingClient)
|
||||||
{
|
{
|
||||||
movingClient->keyPressEvent(keyQt);
|
movingClient->keyPressEvent(keyQt);
|
||||||
|
|
Loading…
Reference in a new issue