summaryrefslogtreecommitdiff
path: root/x11-wm/fluxbox/files/patch-src_FbRootWindow.hh
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2018-05-10 20:02:33 +0000
committerAlan Somers <asomers@FreeBSD.org>2018-05-10 20:02:33 +0000
commit6daed9aef6d9d91f0a85b50b04f8fc1879f1cdb1 (patch)
tree84b7d016c21d71df9911a0e0f5d75a5c6a3a0b37 /x11-wm/fluxbox/files/patch-src_FbRootWindow.hh
parentUpdate net/rabbitmq to version 3.7.5. (diff)
x11-wm/fluxbox: x11-wm/fluxbox: apply upstream patch for multiple bugs
Fixes upstream bugs 1058, 1102, 1111, and 1140. Fluxbox hasn't made a release for 3 years, so we should stop waiting and patch our ports tree. https://github.com/fluxbox/fluxbox/commit/dcdde4d32c93d01df205bc06d7dfcbd356be031f https://sourceforge.net/p/fluxbox/bugs/1140/ https://sourceforge.net/p/fluxbox/bugs/1111/ https://sourceforge.net/p/fluxbox/bugs/1102/ https://sourceforge.net/p/fluxbox/bugs/1058/ PR: 227792 Approved by: maintainer timeout (jgh)
Diffstat (limited to 'x11-wm/fluxbox/files/patch-src_FbRootWindow.hh')
-rw-r--r--x11-wm/fluxbox/files/patch-src_FbRootWindow.hh18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-wm/fluxbox/files/patch-src_FbRootWindow.hh b/x11-wm/fluxbox/files/patch-src_FbRootWindow.hh
new file mode 100644
index 000000000000..98b8200d5d29
--- /dev/null
+++ b/x11-wm/fluxbox/files/patch-src_FbRootWindow.hh
@@ -0,0 +1,18 @@
+--- src/FbRootWindow.hh.orig 2015-02-08 10:44:45 UTC
++++ src/FbRootWindow.hh
+@@ -41,6 +41,7 @@ class FbRootWindow: public FbTk::FbWindow { (public)
+ int decorationDepth() const { return m_decorationDepth; }
+ Visual *decorationVisual() const { return m_decorationVisual; }
+ Colormap decorationColormap() const { return m_decorationColormap; }
++ int maxDepth() const { return m_maxDepth; }
+
+ private:
+ Visual *m_visual;
+@@ -49,6 +50,7 @@ class FbRootWindow: public FbTk::FbWindow { (public)
+ int m_decorationDepth;
+ Visual *m_decorationVisual;
+ Colormap m_decorationColormap;
++ int m_maxDepth;
+ };
+
+ #endif // FBROOTWINDOW_HH