all repos — fluxbox @ 752b1c63b483359a3f5d7deb576b69e6269977cb

custom fork of the fluxbox windowmanager

included config.h for ifdef SLIT
fluxgen fluxgen
commit

752b1c63b483359a3f5d7deb576b69e6269977cb

parent

1d75c017cdbbc569868a0b5e6458c7f857aec33f

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

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

@@ -22,7 +22,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: Screen.hh,v 1.45 2002/09/08 19:44:18 fluxgen Exp $ +// $Id: Screen.hh,v 1.46 2002/10/13 22:29:25 fluxgen Exp $ #ifndef SCREEN_HH #define SCREEN_HH

@@ -37,6 +37,10 @@ #include "Timer.hh"

#include "Workspace.hh" #include "Workspacemenu.hh" #include "fluxbox.hh" + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif // HAVE_CONFIG_H #ifdef SLIT #include "Slit.hh"