[kwin] KWinrules needs the X11Cursor
Fixes crash when trying to detect the window properties.
This commit is contained in:
parent
137906a547
commit
c64ad6b640
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue