included config.h for ifdef SLIT
This commit is contained in:
parent
6a7db7ac25
commit
81538a0833
1 changed files with 7 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
// $Id: fluxbox.hh,v 1.28 2002/09/07 20:24:06 fluxgen Exp $
|
// $Id: fluxbox.hh,v 1.29 2002/10/13 21:55:56 fluxgen Exp $
|
||||||
|
|
||||||
#ifndef FLUXBOX_HH
|
#ifndef FLUXBOX_HH
|
||||||
#define FLUXBOX_HH
|
#define FLUXBOX_HH
|
||||||
|
@ -37,6 +37,10 @@
|
||||||
#include "Toolbar.hh"
|
#include "Toolbar.hh"
|
||||||
#include "Observer.hh"
|
#include "Observer.hh"
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "config.h"
|
||||||
|
#endif // HAVE_CONFIG_H
|
||||||
|
|
||||||
#ifdef SLIT
|
#ifdef SLIT
|
||||||
#include "Slit.hh"
|
#include "Slit.hh"
|
||||||
#endif // SLIT
|
#endif // SLIT
|
||||||
|
@ -161,7 +165,7 @@ public:
|
||||||
void update(FbTk::Subject *changed);
|
void update(FbTk::Subject *changed);
|
||||||
|
|
||||||
void attachSignals(FluxboxWindow &win);
|
void attachSignals(FluxboxWindow &win);
|
||||||
|
|
||||||
virtual void timeout();
|
virtual void timeout();
|
||||||
|
|
||||||
inline const Cursor &getSessionCursor() const { return cursor.session; }
|
inline const Cursor &getSessionCursor() const { return cursor.session; }
|
||||||
|
@ -260,6 +264,7 @@ private:
|
||||||
FluxboxWindow *focused_window, *masked_window;
|
FluxboxWindow *focused_window, *masked_window;
|
||||||
BTimer timer;
|
BTimer timer;
|
||||||
|
|
||||||
|
|
||||||
#ifdef HAVE_GETPID
|
#ifdef HAVE_GETPID
|
||||||
Atom fluxbox_pid;
|
Atom fluxbox_pid;
|
||||||
#endif // HAVE_GETPID
|
#endif // HAVE_GETPID
|
||||||
|
|
Loading…
Reference in a new issue