mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
a017ce5c9f
- Reassign to ports@ PR: 197693 [1] Submitted by: Jason Unovitch <jason.unovitch@gmail.com> [1]
12 lines
409 B
C++
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(),
|