ports/x11-wm/fluxbox/files/patch-src__fluxbox.hh
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

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);