input window: ensure input shaping is supported

BUG: 320459
FIXED-IN: 4.11.2
REVIEW: 112623
icc-effect-5.14.5
Thomas Lübking 2013-09-09 19:38:30 +02:00
parent 7c09fb5af2
commit 66ffd9f0f6
1 changed files with 3 additions and 0 deletions

View File

@ -371,6 +371,9 @@ void Client::updateInputWindow()
if (brokenQtInputHandling)
return;
if (!Xcb::Extensions::self()->isShapeInputAvailable())
return;
QRegion region;
if (!noBorder()) {