aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fluxbox.cc6
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