aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-01-12 06:36:38 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-01-12 06:36:38 (GMT)
commitf66d446a94450d509748afe28a95f48b8fdfcfc5 (patch)
tree8571ca145c2ebff8121f7865c8512da55098f956 /src/Screen.hh
parent5b0806f1cb3d6fc84df731551db77025a5bacc32 (diff)
downloadfluxbox-f66d446a94450d509748afe28a95f48b8fdfcfc5.zip
fluxbox-f66d446a94450d509748afe28a95f48b8fdfcfc5.tar.bz2
move some stuff from Fluxbox to BScreen
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index 1d41d82..99c23ff 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -59,6 +59,7 @@ class WinClient;
59class Workspace; 59class Workspace;
60class Strut; 60class Strut;
61class Slit; 61class Slit;
62class Toolbar;
62class HeadArea; 63class HeadArea;
63class FocusControl; 64class FocusControl;
64class ScreenPlacement; 65class ScreenPlacement;
@@ -516,6 +517,7 @@ private:
516 Icons m_icon_list; 517 Icons m_icon_list;
517 518
518 std::auto_ptr<Slit> m_slit; 519 std::auto_ptr<Slit> m_slit;
520 std::auto_ptr<Toolbar> m_toolbar;
519 521
520 Workspace *m_current_workspace; 522 Workspace *m_current_workspace;
521 523