diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-01-12 06:36:38 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-01-12 06:36:38 (GMT) |
commit | f66d446a94450d509748afe28a95f48b8fdfcfc5 (patch) | |
tree | 8571ca145c2ebff8121f7865c8512da55098f956 /src/Screen.hh | |
parent | 5b0806f1cb3d6fc84df731551db77025a5bacc32 (diff) | |
download | fluxbox-f66d446a94450d509748afe28a95f48b8fdfcfc5.zip fluxbox-f66d446a94450d509748afe28a95f48b8fdfcfc5.tar.bz2 |
move some stuff from Fluxbox to BScreen
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 2 |
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; | |||
59 | class Workspace; | 59 | class Workspace; |
60 | class Strut; | 60 | class Strut; |
61 | class Slit; | 61 | class Slit; |
62 | class Toolbar; | ||
62 | class HeadArea; | 63 | class HeadArea; |
63 | class FocusControl; | 64 | class FocusControl; |
64 | class ScreenPlacement; | 65 | class 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 | ||