diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2015-02-16 20:36:50 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2015-02-16 20:36:50 +0000 |
commit | a017ce5c9f2804e838362513b4952aebeada5cab (patch) | |
tree | 34fb7e72df81877eccc0cb0dcac50d9693c9f0fc /x11-wm/fluxbox/files/patch-src__fluxbox.hh | |
parent | Update CMake to 3.1.3. (diff) |
- Update to 1.3.7 [1]
- Reassign to ports@
PR: 197693 [1]
Submitted by: Jason Unovitch <jason.unovitch@gmail.com> [1]
Notes
Notes:
svn path=/head/; revision=379106
Diffstat (limited to 'x11-wm/fluxbox/files/patch-src__fluxbox.hh')
-rw-r--r-- | x11-wm/fluxbox/files/patch-src__fluxbox.hh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/x11-wm/fluxbox/files/patch-src__fluxbox.hh b/x11-wm/fluxbox/files/patch-src__fluxbox.hh index ecdf87e401ba..aff23540e1ce 100644 --- a/x11-wm/fluxbox/files/patch-src__fluxbox.hh +++ b/x11-wm/fluxbox/files/patch-src__fluxbox.hh @@ -1,11 +1,11 @@ ---- ./src/fluxbox.hh.orig 2013-02-13 10:04:05.899812000 +0000 -+++ ./src/fluxbox.hh 2013-09-20 15:41:23.585087645 +0000 -@@ -88,7 +88,7 @@ - /// main event loop - void eventLoop(); +--- 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; - void grab(); - void ungrab(); + // Not currently implemented until we decide how it'll be used + //WinClient *searchGroup(Window); |