input window: ensure input shaping is supported
BUG: 320459 FIXED-IN: 4.11.2 REVIEW: 112623
This commit is contained in:
parent
7c09fb5af2
commit
66ffd9f0f6
1 changed files with 3 additions and 0 deletions
|
@ -371,6 +371,9 @@ void Client::updateInputWindow()
|
|||
if (brokenQtInputHandling)
|
||||
return;
|
||||
|
||||
if (!Xcb::Extensions::self()->isShapeInputAvailable())
|
||||
return;
|
||||
|
||||
QRegion region;
|
||||
|
||||
if (!noBorder()) {
|
||||
|
|
Loading…
Reference in a new issue