diff options
Diffstat (limited to 'src/Workspace.cc')
-rw-r--r-- | src/Workspace.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Workspace.cc b/src/Workspace.cc index 9768350..6674c4e 100644 --- a/src/Workspace.cc +++ b/src/Workspace.cc | |||
@@ -22,13 +22,12 @@ | |||
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: Workspace.cc,v 1.39 2003/01/05 22:30:20 fluxgen Exp $ | 25 | // $Id: Workspace.cc,v 1.40 2003/01/09 18:33:58 fluxgen Exp $ |
26 | 26 | ||
27 | #include "Workspace.hh" | 27 | #include "Workspace.hh" |
28 | 28 | ||
29 | #include "i18n.hh" | 29 | #include "i18n.hh" |
30 | #include "fluxbox.hh" | 30 | #include "fluxbox.hh" |
31 | #include "Clientmenu.hh" | ||
32 | #include "Screen.hh" | 31 | #include "Screen.hh" |
33 | #include "Toolbar.hh" | 32 | #include "Toolbar.hh" |
34 | #include "Window.hh" | 33 | #include "Window.hh" |
@@ -77,7 +76,7 @@ Workspace::GroupList Workspace::m_groups; | |||
77 | Workspace::Workspace(BScreen *scrn, unsigned int i): | 76 | Workspace::Workspace(BScreen *scrn, unsigned int i): |
78 | screen(scrn), | 77 | screen(scrn), |
79 | lastfocus(0), | 78 | lastfocus(0), |
80 | m_clientmenu(*this), | 79 | m_clientmenu(*scrn->menuTheme(), scrn->getScreenNumber(), *scrn->getImageControl()), |
81 | m_name(""), | 80 | m_name(""), |
82 | m_id(i), | 81 | m_id(i), |
83 | cascade_x(32), cascade_y(32) { | 82 | cascade_x(32), cascade_y(32) { |