diff options
author | rathnor <rathnor> | 2003-10-06 06:22:43 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-10-06 06:22:43 (GMT) |
commit | dda34421a3d586e6efd70a4a672266267dda7474 (patch) | |
tree | ad2dcb5335a03081542a91a6c8617cf89586304a /src/IconbarTool.hh | |
parent | 9a155ea7b5cf1b76aa7b9864aa3c1a7342f1f67c (diff) | |
download | fluxbox-dda34421a3d586e6efd70a4a672266267dda7474.zip fluxbox-dda34421a3d586e6efd70a4a672266267dda7474.tar.bz2 |
fix shape - all menus shaped, and some weird shape bugs
Diffstat (limited to 'src/IconbarTool.hh')
-rw-r--r-- | src/IconbarTool.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/IconbarTool.hh b/src/IconbarTool.hh index d80bf85..c805fec 100644 --- a/src/IconbarTool.hh +++ b/src/IconbarTool.hh | |||
@@ -20,13 +20,14 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: IconbarTool.hh,v 1.8 2003/09/10 11:08:14 fluxgen Exp $ | 23 | // $Id: IconbarTool.hh,v 1.9 2003/10/06 06:22:42 rathnor Exp $ |
24 | 24 | ||
25 | #ifndef ICONBARTOOL_HH | 25 | #ifndef ICONBARTOOL_HH |
26 | #define ICONBARTOOL_HH | 26 | #define ICONBARTOOL_HH |
27 | 27 | ||
28 | #include "ToolbarItem.hh" | 28 | #include "ToolbarItem.hh" |
29 | #include "Container.hh" | 29 | #include "Container.hh" |
30 | #include "FbMenu.hh" | ||
30 | 31 | ||
31 | #include "FbTk/Observer.hh" | 32 | #include "FbTk/Observer.hh" |
32 | #include "FbTk/Resource.hh" | 33 | #include "FbTk/Resource.hh" |
@@ -108,7 +109,7 @@ private: | |||
108 | IconList m_icon_list; | 109 | IconList m_icon_list; |
109 | FbTk::Resource<Mode> m_rc_mode; | 110 | FbTk::Resource<Mode> m_rc_mode; |
110 | 111 | ||
111 | FbTk::Menu m_menu; | 112 | FbMenu m_menu; |
112 | }; | 113 | }; |
113 | 114 | ||
114 | #endif // ICONBARTOOL_HH | 115 | #endif // ICONBARTOOL_HH |