summaryrefslogtreecommitdiff
path: root/debian/patches/0245-fix-randr-changes-detecting.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0245-fix-randr-changes-detecting.diff')
-rw-r--r--debian/patches/0245-fix-randr-changes-detecting.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/0245-fix-randr-changes-detecting.diff b/debian/patches/0245-fix-randr-changes-detecting.diff
index 5eaf5a9..e77e0e3 100644
--- a/debian/patches/0245-fix-randr-changes-detecting.diff
+++ b/debian/patches/0245-fix-randr-changes-detecting.diff
@@ -9,7 +9,7 @@ Fix QDesktopWidget not detecting some changes in multiscreen setups
--- a/src/gui/kernel/qapplication_x11.cpp
+++ b/src/gui/kernel/qapplication_x11.cpp
-@@ -2994,11 +2994,11 @@ int QApplication::x11ProcessEvent(XEvent
+@@ -3339,11 +3339,11 @@ int QApplication::x11ProcessEvent(XEvent
QSize oldSize(w->size());
w->data->crect.setWidth(DisplayWidth(X11->display, scr));
w->data->crect.setHeight(DisplayHeight(X11->display, scr));