diff options
Diffstat (limited to 'src/Workspace.hh')
-rw-r--r-- | src/Workspace.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Workspace.hh b/src/Workspace.hh index 466b3a2..a385963 100644 --- a/src/Workspace.hh +++ b/src/Workspace.hh | |||
@@ -27,7 +27,7 @@ | |||
27 | 27 | ||
28 | #include "NotCopyable.hh" | 28 | #include "NotCopyable.hh" |
29 | 29 | ||
30 | #include "Menu.hh" | 30 | #include "FbMenu.hh" |
31 | #include "MultLayers.hh" | 31 | #include "MultLayers.hh" |
32 | 32 | ||
33 | #include <X11/Xlib.h> | 33 | #include <X11/Xlib.h> |
@@ -94,7 +94,7 @@ private: | |||
94 | 94 | ||
95 | BScreen &m_screen; | 95 | BScreen &m_screen; |
96 | FluxboxWindow *m_lastfocus; | 96 | FluxboxWindow *m_lastfocus; |
97 | FbTk::Menu m_clientmenu; | 97 | FbMenu m_clientmenu; |
98 | 98 | ||
99 | typedef std::vector<std::string> Group; | 99 | typedef std::vector<std::string> Group; |
100 | typedef std::vector<Group> GroupList; | 100 | typedef std::vector<Group> GroupList; |