summaryrefslogtreecommitdiff
path: root/debian/patches/0224-fast-qpixmap-fill.diff
diff options
context:
space:
mode:
authorModestas Vainius <modestas@vainius.eu>2008-08-01 18:18:56 +0000
committerModestas Vainius <modestas@vainius.eu>2008-08-01 18:18:56 +0000
commit6458b2f3c71af88792a8763af45123f5eeea87a8 (patch)
tree66c5fb30f385ad0f15deb023ebbc5ceb84b97fdc /debian/patches/0224-fast-qpixmap-fill.diff
parent3c76152d1d3f8a855bae0f89b3540232f0be1803 (diff)
downloadqt4-x11-6458b2f3c71af88792a8763af45123f5eeea87a8.tar.gz
Update patches for Qt 4.4.1
Diffstat (limited to 'debian/patches/0224-fast-qpixmap-fill.diff')
-rw-r--r--debian/patches/0224-fast-qpixmap-fill.diff6
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/patches/0224-fast-qpixmap-fill.diff b/debian/patches/0224-fast-qpixmap-fill.diff
index 6e6c5c6..ab0049f 100644
--- a/debian/patches/0224-fast-qpixmap-fill.diff
+++ b/debian/patches/0224-fast-qpixmap-fill.diff
@@ -14,8 +14,10 @@ This patch avoids the expensive image->pixmap conversion by simply discarding
the old pixmap, creating a new one with the correct format, and doing the
fill server side.
---- a/src/gui/image/qpixmap_x11.cpp
-+++ b/src/gui/image/qpixmap_x11.cpp
+Index: src/gui/image/qpixmap_x11.cpp
+===================================================================
+--- a/src/gui/image/qpixmap_x11.cpp (revision 798574)
++++ b/src/gui/image/qpixmap_x11.cpp (working copy)
@@ -1107,7 +1107,26 @@
{
if (fillColor.alpha() != 255) {