[kwin] KWinrules needs the X11Cursor

Fixes crash when trying to detect the window properties.
icc-effect-5.14.5
Martin Gräßlin 2014-03-29 10:49:14 +01:00
parent 137906a547
commit c64ad6b640
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ Cursor *Cursor::create(QObject *parent)
s_self = new InputRedirectionCursor(parent);
}
#else
Q_UNUSED(parent)
s_self = new X11Cursor(parent);
#endif
return s_self;
}