aboutsummaryrefslogtreecommitdiff
path: root/src/Basemenu.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-01-09 21:57:46 (GMT)
committerfluxgen <fluxgen>2003-01-09 21:57:46 (GMT)
commitcc9ac6adeb0e486ff6e94a7e1ba81808772a1aeb (patch)
tree70712e7a75ea709a1cb4380d1bf6de7d0edfe823 /src/Basemenu.hh
parenta4d46a4cac23f8fdf45443770e2d6866e32fca80 (diff)
downloadfluxbox-cc9ac6adeb0e486ff6e94a7e1ba81808772a1aeb.zip
fluxbox-cc9ac6adeb0e486ff6e94a7e1ba81808772a1aeb.tar.bz2
adjusted for FbTk imagecontrol
Diffstat (limited to 'src/Basemenu.hh')
-rw-r--r--src/Basemenu.hh9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/Basemenu.hh b/src/Basemenu.hh
index 056c8de..c68dad5 100644
--- a/src/Basemenu.hh
+++ b/src/Basemenu.hh
@@ -22,7 +22,7 @@
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: Basemenu.hh,v 1.22 2002/12/13 20:39:41 fluxgen Exp $ 25// $Id: Basemenu.hh,v 1.23 2003/01/09 21:57:46 fluxgen Exp $
26 26
27#ifndef BASEMENU_HH 27#ifndef BASEMENU_HH
28#define BASEMENU_HH 28#define BASEMENU_HH
@@ -35,9 +35,12 @@
35#include "EventHandler.hh" 35#include "EventHandler.hh"
36 36
37class BasemenuItem; 37class BasemenuItem;
38class BImageControl;
39class BScreen; 38class BScreen;
40 39
40namespace FbTk {
41class ImageControl;
42};
43
41/** 44/**
42 Base class for menus 45 Base class for menus
43*/ 46*/
@@ -136,7 +139,7 @@ private:
136 BScreen *m_screen; 139 BScreen *m_screen;
137 Display *m_display; 140 Display *m_display;
138 Basemenu *m_parent; 141 Basemenu *m_parent;
139 BImageControl *m_image_ctrl; 142 FbTk::ImageControl *m_image_ctrl;
140 Menuitems menuitems; 143 Menuitems menuitems;
141 144
142 bool moving, visible, movable, torn, internal_menu, title_vis, shifted, 145 bool moving, visible, movable, torn, internal_menu, title_vis, shifted,