mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 05:49:22 -04:00
- Reassign to ports@ PR: 197693 [1] Submitted by: Jason Unovitch <jason.unovitch@gmail.com> [1]
11 lines
432 B
C++
11 lines
432 B
C++
--- src/fluxbox.hh.orig 2015-02-08 10:44:45 UTC
|
|
+++ src/fluxbox.hh
|
|
@@ -103,7 +103,7 @@ public:
|
|
WinClient *searchWindow(Window);
|
|
BScreen *searchScreen(Window w);
|
|
bool validateWindow(Window win) const;
|
|
- bool validateClient(const WinClient *client) const;
|
|
+ bool validateClient(WinClient *client) const;
|
|
|
|
// Not currently implemented until we decide how it'll be used
|
|
//WinClient *searchGroup(Window);
|