diff options
author | fluxgen <fluxgen> | 2003-06-24 18:34:52 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-06-24 18:34:52 (GMT) |
commit | c9c86f5b84f4ca444ec6a9cdb964ab1b457e97f7 (patch) | |
tree | e839e1befc7964c0c6a0e1a213e650c59af62635 /src | |
parent | 1510e1c0cf05bb60f7982834b531c82fba8487ad (diff) | |
download | fluxbox-c9c86f5b84f4ca444ec6a9cdb964ab1b457e97f7.zip fluxbox-c9c86f5b84f4ca444ec6a9cdb964ab1b457e97f7.tar.bz2 |
include toolbarhandler
Diffstat (limited to 'src')
-rw-r--r-- | src/fluxbox.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc index 6920fac..6dd4506 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc | |||
@@ -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.cc,v 1.161 2003/06/24 15:02:39 fluxgen Exp $ | 25 | // $Id: fluxbox.cc,v 1.162 2003/06/24 18:34:52 fluxgen Exp $ |
26 | 26 | ||
27 | #include "fluxbox.hh" | 27 | #include "fluxbox.hh" |
28 | 28 | ||
@@ -41,7 +41,7 @@ | |||
41 | #include "WinClient.hh" | 41 | #include "WinClient.hh" |
42 | #include "Keys.hh" | 42 | #include "Keys.hh" |
43 | #include "FbAtoms.hh" | 43 | #include "FbAtoms.hh" |
44 | 44 | #include "ToolbarHandler.hh" | |
45 | 45 | ||
46 | //Use GNU extensions | 46 | //Use GNU extensions |
47 | #ifndef _GNU_SOURCE | 47 | #ifndef _GNU_SOURCE |
@@ -523,7 +523,7 @@ Fluxbox::Fluxbox(int argc, char **argv, const char *dpy_name, const char *rcfile | |||
523 | 523 | ||
524 | #endif // HAVE_RANDR | 524 | #endif // HAVE_RANDR |
525 | 525 | ||
526 | m_screen_list.push_back(screen); | 526 | m_screen_list.push_back(screen); |
527 | m_atomhandler.push_back(&screen->toolbarHandler()); | 527 | m_atomhandler.push_back(&screen->toolbarHandler()); |
528 | 528 | ||
529 | // attach screen signals to this | 529 | // attach screen signals to this |