summaryrefslogtreecommitdiff
path: root/debian/patches/0195-compositing-properties.diff
diff options
context:
space:
mode:
authorFathi Boudra <fabo@debian.org>2008-08-02 22:12:48 +0000
committerFathi Boudra <fabo@debian.org>2008-08-02 22:12:48 +0000
commit5b0a3037b55701f6da396320d2916fc8ee631633 (patch)
tree96a78592a195a0b2a550c71be14b75ce76968756 /debian/patches/0195-compositing-properties.diff
parentd784099ec28acbeddb1e4629c7c2273b8ec96750 (diff)
downloadqt4-x11-5b0a3037b55701f6da396320d2916fc8ee631633.tar.gz
Rename 0002_https_lowercase.cpp to 0002_https_lowercase.diff
Rename 0003_tab_text_cutoff.diff to 0238-fix-qt-qttabbar-size.diff Refresh patches with quilt as it was before. Add 0241-fix-null-stylesheet-warning.diff from qt-copy Close #483790, fixed by Qt4.4.1
Diffstat (limited to 'debian/patches/0195-compositing-properties.diff')
-rw-r--r--debian/patches/0195-compositing-properties.diff6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/0195-compositing-properties.diff b/debian/patches/0195-compositing-properties.diff
index 4ffad6a..1e5b453 100644
--- a/debian/patches/0195-compositing-properties.diff
+++ b/debian/patches/0195-compositing-properties.diff
@@ -9,7 +9,7 @@ so they can be used when compositing.
--- a/src/gui/kernel/qwidget_x11.cpp
+++ b/src/gui/kernel/qwidget_x11.cpp
-@@ -662,6 +662,11 @@ void QWidgetPrivate::create_sys(WId window, bool initializeWindow, bool destroyO
+@@ -662,6 +662,11 @@
Q_ASSERT(id);
XChangeWindowAttributes(dpy, id, CWOverrideRedirect | CWSaveUnder,
&wsa);
@@ -21,7 +21,7 @@ so they can be used when compositing.
} else if (topLevel && !desktop) { // top-level widget
if (!X11->wm_client_leader)
create_wm_client_leader();
-@@ -710,13 +715,21 @@ void QWidgetPrivate::create_sys(WId window, bool initializeWindow, bool destroyO
+@@ -710,13 +715,21 @@
// set EWMH window types
setNetWmWindowTypes();
@@ -45,7 +45,7 @@ so they can be used when compositing.
// declare the widget's window role
QByteArray windowRole;
-@@ -736,10 +749,6 @@ void QWidgetPrivate::create_sys(WId window, bool initializeWindow, bool destroyO
+@@ -736,10 +749,6 @@
XChangeProperty(dpy, id, ATOM(WM_CLIENT_LEADER),
XA_WINDOW, 32, PropModeReplace,
(unsigned char *)&X11->wm_client_leader, 1);