Fix docs suggesting that it's possible to draw to the X11 screen
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ø <tor.arne.vestbo@qt.io>bb10
parent
0677525f2e
commit
8337684b04
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue