1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/x11-wm/fluxbox/files/patch-src__fluxbox.cc
Beat Gaetzi a017ce5c9f - Update to 1.3.7 [1]
- Reassign to ports@

PR:		197693 [1]
Submitted by:	Jason Unovitch <jason.unovitch@gmail.com> [1]
2015-02-16 20:36:50 +00:00

12 lines
409 B
C++

--- src/fluxbox.cc.orig 2015-02-08 10:44:45 UTC
+++ src/fluxbox.cc
@@ -1316,7 +1316,7 @@ void Fluxbox::revertFocus() {
FocusControl::setFocusedWindow(0);
}
-bool Fluxbox::validateClient(const WinClient *client) const {
+bool Fluxbox::validateClient(WinClient *client) const {
WinClientMap::const_iterator it =
find_if(m_window_search.begin(),
m_window_search.end(),