all repos — fluxbox @ 222128c236db06267d0cc225a9e7bbdd017bce77

custom fork of the fluxbox windowmanager

more header 'correctness'
Mathias Gumz akira at fluxbox dot org
commit

222128c236db06267d0cc225a9e7bbdd017bce77

parent

ec13263a18e77c0e1e1a7bfb9fda6cc10b25ca34

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

jump to
M src/Keys.hhsrc/Keys.hh

@@ -25,8 +25,8 @@ #ifndef KEYS_HH

#define KEYS_HH #include "FbTk/NotCopyable.hh" -#include "FbTk/KeyUtil.hh" +#include <X11/Xlib.h> #include <string> #include <map>
M src/Screen.ccsrc/Screen.cc

@@ -77,6 +77,7 @@ #include "FbTk/Select2nd.hh"

#include "FbTk/Compose.hh" #include "FbTk/FbString.hh" #include "FbTk/STLUtil.hh" +#include "FbTk/KeyUtil.hh" //use GNU extensions #ifndef _GNU_SOURCE