diff options
author | fluxgen <fluxgen> | 2002-10-13 21:55:56 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-10-13 21:55:56 (GMT) |
commit | 81538a0833896d3ab41c493ec7a58cb00a43c188 (patch) | |
tree | 86ea7f635f94ad710e2aa9f24ac05333ddb65fe5 /src/fluxbox.hh | |
parent | 6a7db7ac250a3d6ddde0b589aaead9af23d9381d (diff) | |
download | fluxbox-81538a0833896d3ab41c493ec7a58cb00a43c188.zip fluxbox-81538a0833896d3ab41c493ec7a58cb00a43c188.tar.bz2 |
included config.h for ifdef SLIT
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 9d68be3..4d55152 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: fluxbox.hh,v 1.28 2002/09/07 20:24:06 fluxgen Exp $ | 25 | // $Id: fluxbox.hh,v 1.29 2002/10/13 21:55:56 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef FLUXBOX_HH | 27 | #ifndef FLUXBOX_HH |
28 | #define FLUXBOX_HH | 28 | #define FLUXBOX_HH |
@@ -37,6 +37,10 @@ | |||
37 | #include "Toolbar.hh" | 37 | #include "Toolbar.hh" |
38 | #include "Observer.hh" | 38 | #include "Observer.hh" |
39 | 39 | ||
40 | #ifdef HAVE_CONFIG_H | ||
41 | #include "config.h" | ||
42 | #endif // HAVE_CONFIG_H | ||
43 | |||
40 | #ifdef SLIT | 44 | #ifdef SLIT |
41 | #include "Slit.hh" | 45 | #include "Slit.hh" |
42 | #endif // SLIT | 46 | #endif // SLIT |
@@ -161,7 +165,7 @@ public: | |||
161 | void update(FbTk::Subject *changed); | 165 | void update(FbTk::Subject *changed); |
162 | 166 | ||
163 | void attachSignals(FluxboxWindow &win); | 167 | void attachSignals(FluxboxWindow &win); |
164 | 168 | ||
165 | virtual void timeout(); | 169 | virtual void timeout(); |
166 | 170 | ||
167 | inline const Cursor &getSessionCursor() const { return cursor.session; } | 171 | inline const Cursor &getSessionCursor() const { return cursor.session; } |
@@ -260,6 +264,7 @@ private: | |||
260 | FluxboxWindow *focused_window, *masked_window; | 264 | FluxboxWindow *focused_window, *masked_window; |
261 | BTimer timer; | 265 | BTimer timer; |
262 | 266 | ||
267 | |||
263 | #ifdef HAVE_GETPID | 268 | #ifdef HAVE_GETPID |
264 | Atom fluxbox_pid; | 269 | Atom fluxbox_pid; |
265 | #endif // HAVE_GETPID | 270 | #endif // HAVE_GETPID |