aboutsummaryrefslogtreecommitdiff
path: root/src/Workspace.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-10-06 06:22:43 (GMT)
committerrathnor <rathnor>2003-10-06 06:22:43 (GMT)
commitdda34421a3d586e6efd70a4a672266267dda7474 (patch)
treead2dcb5335a03081542a91a6c8617cf89586304a /src/Workspace.hh
parent9a155ea7b5cf1b76aa7b9864aa3c1a7342f1f67c (diff)
downloadfluxbox-dda34421a3d586e6efd70a4a672266267dda7474.zip
fluxbox-dda34421a3d586e6efd70a4a672266267dda7474.tar.bz2
fix shape - all menus shaped, and some weird shape bugs
Diffstat (limited to 'src/Workspace.hh')
-rw-r--r--src/Workspace.hh4
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;