summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2013-09-14 15:42:56 -0300
committerLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2013-09-14 15:42:56 -0300
commit9558839aaf5186a42935d7c0cfa05e062d75d24e (patch)
tree419e568f2567fa2775dd55ef68fc11f961778bb7
parent8b027aad56e6df6747c1b6eae35adc0032d2d19f (diff)
downloadqt4-x11-9558839aaf5186a42935d7c0cfa05e062d75d24e.tar.gz
refresh patch.
-rw-r--r--debian/patches/QTBUG-21900_Buttons_in_Qt_applications_not_clickable_when_run_under_gnome-shell.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/QTBUG-21900_Buttons_in_Qt_applications_not_clickable_when_run_under_gnome-shell.patch b/debian/patches/QTBUG-21900_Buttons_in_Qt_applications_not_clickable_when_run_under_gnome-shell.patch
index 9de61a8..c60836a 100644
--- a/debian/patches/QTBUG-21900_Buttons_in_Qt_applications_not_clickable_when_run_under_gnome-shell.patch
+++ b/debian/patches/QTBUG-21900_Buttons_in_Qt_applications_not_clickable_when_run_under_gnome-shell.patch
@@ -14,7 +14,7 @@ Bug: https://bugreports.qt.nokia.com/browse/QTBUG-21900
--- a/src/gui/kernel/qapplication_x11.cpp
+++ b/src/gui/kernel/qapplication_x11.cpp
-@@ -818,6 +818,27 @@ static Bool qt_sync_request_scanner(Disp
+@@ -819,6 +819,27 @@ static Bool qt_sync_request_scanner(Disp
#endif
#endif // QT_NO_XSYNC
@@ -42,7 +42,7 @@ Bug: https://bugreports.qt.nokia.com/browse/QTBUG-21900
static void qt_x11_create_intern_atoms()
{
const char *names[QX11Data::NAtoms];
-@@ -5302,8 +5323,11 @@ bool QETWidget::translateConfigEvent(con
+@@ -5304,8 +5325,11 @@ bool QETWidget::translateConfigEvent(con
if (d->extra->compress_events) {
// ConfigureNotify compression for faster opaque resizing
XEvent otherEvent;
@@ -56,7 +56,7 @@ Bug: https://bugreports.qt.nokia.com/browse/QTBUG-21900
if (qt_x11EventFilter(&otherEvent))
continue;
-@@ -5316,13 +5340,19 @@ bool QETWidget::translateConfigEvent(con
+@@ -5318,13 +5342,19 @@ bool QETWidget::translateConfigEvent(con
newSize.setWidth(otherEvent.xconfigure.width);
newSize.setHeight(otherEvent.xconfigure.height);
@@ -77,7 +77,7 @@ Bug: https://bugreports.qt.nokia.com/browse/QTBUG-21900
}
#ifndef QT_NO_XSYNC
qt_sync_request_event_data sync_event;
-@@ -5335,9 +5365,14 @@ bool QETWidget::translateConfigEvent(con
+@@ -5337,9 +5367,14 @@ bool QETWidget::translateConfigEvent(con
}
if (!isCPos) {