diff options
author | Anders Bakken <anders.bakken@nokia.com> | 2009-04-04 00:05:19 (GMT) |
---|---|---|
committer | Anders Bakken <anders.bakken@nokia.com> | 2009-04-04 00:05:19 (GMT) |
commit | 3cfa6a8b5338c2490dda498ba4a27a2917675b72 (patch) | |
tree | 3601fc0cf8d837b6fb90360ff8b7f3df44c9d5fd /src | |
parent | 4cdb847d93842df26859581906c943f0da78d775 (diff) | |
download | Qt-3cfa6a8b5338c2490dda498ba4a27a2917675b72.zip Qt-3cfa6a8b5338c2490dda498ba4a27a2917675b72.tar.gz Qt-3cfa6a8b5338c2490dda498ba4a27a2917675b72.tar.bz2 |
QScreen::flush() no longer draws the titlebar
We don't need to chain to the base class anymore.
Reviewed-by: Donald <qt-info@nokia.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/gfxdrivers/directfb/qdirectfbsurface.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/gfxdrivers/directfb/qdirectfbsurface.cpp b/src/plugins/gfxdrivers/directfb/qdirectfbsurface.cpp index 4ba1102..c495805 100644 --- a/src/plugins/gfxdrivers/directfb/qdirectfbsurface.cpp +++ b/src/plugins/gfxdrivers/directfb/qdirectfbsurface.cpp @@ -332,11 +332,6 @@ void QDirectFBSurface::flush(QWidget *widget, const QRegion ®ion, dfbWindow->SetOpacity(dfbWindow, winOpacity); } #endif - - // XXX: have to call the base function first as the decoration is - // currently painted there - QWSWindowSurface::flush(widget, region, offset); - #ifndef QT_NO_DIRECTFB_WM if (region.numRects() > 1) { const QVector<QRect> rects = region.rects(); |