From 8337684b044b944ba99c7e9a69933ea29e1194ab Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 17 Mar 2020 17:14:16 +0100 Subject: Fix docs suggesting that it's possible to draw to the X11 screen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's not possible anymore, since many years. The desktop's don't use the X11 root window anymore :) Fixes: QTBUG-82880 Change-Id: I923f29f23e61d93640cacb2ac20620c5ddc480b9 Reviewed-by: Tor Arne Vestbø --- src/widgets/kernel/qapplication.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/widgets/kernel/qapplication.cpp') diff --git a/src/widgets/kernel/qapplication.cpp b/src/widgets/kernel/qapplication.cpp index f49461b2d0..a2c2dccbcc 100644 --- a/src/widgets/kernel/qapplication.cpp +++ b/src/widgets/kernel/qapplication.cpp @@ -2695,8 +2695,6 @@ void QApplicationPrivate::sendSyntheticEnterLeave(QWidget *widget) QDesktopWidget has various functions for obtaining useful geometries upon the desktop, such as QDesktopWidget::screenGeometry() and QDesktopWidget::availableGeometry(). - - On X11, it is also possible to draw on the desktop. */ QDesktopWidget *QApplication::desktop() { -- cgit v1.2.3