all repos — fluxbox @ 9a2777a116cb1c69722eb2238ef8de19975ca851

custom fork of the fluxbox windowmanager

need fbatoms
fluxgen fluxgen
commit

9a2777a116cb1c69722eb2238ef8de19975ca851

parent

c09fbcd48073eac2beeca99e1e86acde5d768ba1

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M src/WinClient.ccsrc/WinClient.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: WinClient.cc,v 1.2 2003/04/14 12:08:21 fluxgen Exp $ +// $Id: WinClient.cc,v 1.3 2003/04/15 12:12:29 fluxgen Exp $ #include "WinClient.hh"

@@ -27,6 +27,7 @@ #include "Window.hh"

#include "fluxbox.hh" #include "Screen.hh" #include "i18n.hh" +#include "FbAtoms.hh" #include <iostream> #include <algorithm>