summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-plasma/kephal/files/kephal-4.11.22-gcc6.patch')
-rw-r--r--kde-plasma/kephal/files/kephal-4.11.22-gcc6.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/kde-plasma/kephal/files/kephal-4.11.22-gcc6.patch b/kde-plasma/kephal/files/kephal-4.11.22-gcc6.patch
new file mode 100644
index 00000000..26f6c577
--- /dev/null
+++ b/kde-plasma/kephal/files/kephal-4.11.22-gcc6.patch
@@ -0,0 +1,11 @@
+--- a/libs/kephal/service/xrandr12/randroutput.cpp
++++ b/libs/kephal/service/xrandr12/randroutput.cpp
+@@ -230,7 +230,7 @@
+ RandRMode RandROutput::mode() const
+ {
+ if (!isConnected())
+- return None;
++ return RandRMode();
+
+ if (!m_crtc)
+ return RandRMode();