diff options
author | Alan Somers <asomers@FreeBSD.org> | 2018-05-10 20:02:33 +0000 |
---|---|---|
committer | Alan Somers <asomers@FreeBSD.org> | 2018-05-10 20:02:33 +0000 |
commit | 6daed9aef6d9d91f0a85b50b04f8fc1879f1cdb1 (patch) | |
tree | 84b7d016c21d71df9911a0e0f5d75a5c6a3a0b37 /x11-wm/fluxbox/files/patch-src_Screen.cc | |
parent | Update 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)
Notes
Notes:
svn path=/head/; revision=469574
Diffstat (limited to 'x11-wm/fluxbox/files/patch-src_Screen.cc')
-rw-r--r-- | x11-wm/fluxbox/files/patch-src_Screen.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/fluxbox/files/patch-src_Screen.cc b/x11-wm/fluxbox/files/patch-src_Screen.cc new file mode 100644 index 000000000000..092b3952c873 --- /dev/null +++ b/x11-wm/fluxbox/files/patch-src_Screen.cc @@ -0,0 +1,11 @@ +--- src/Screen.cc.orig 2015-02-08 10:44:45 UTC ++++ src/Screen.cc +@@ -297,7 +297,7 @@ BScreen::BScreen(FbTk::ResourceManager &rm, + "using visual 0x%lx, depth %d\n", + "informational message saying screen number (%d), visual (%lx), and colour depth (%d)").c_str(), + screenNumber(), XVisualIDFromVisual(rootWindow().visual()), +- rootWindow().depth()); ++ rootWindow().maxDepth()); + #endif // DEBUG + + FbTk::EventManager *evm = FbTk::EventManager::instance(); |