all repos — fluxbox @ cc9ac6adeb0e486ff6e94a7e1ba81808772a1aeb

custom fork of the fluxbox windowmanager

adjusted for FbTk imagecontrol
fluxgen fluxgen
commit

cc9ac6adeb0e486ff6e94a7e1ba81808772a1aeb

parent

a4d46a4cac23f8fdf45443770e2d6866e32fca80

1 files changed, 6 insertions(+), 3 deletions(-)

jump to
M src/Basemenu.hhsrc/Basemenu.hh

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Basemenu.hh,v 1.22 2002/12/13 20:39:41 fluxgen Exp $ +// $Id: Basemenu.hh,v 1.23 2003/01/09 21:57:46 fluxgen Exp $ #ifndef BASEMENU_HH #define BASEMENU_HH

@@ -35,8 +35,11 @@ #include "FbWindow.hh"

#include "EventHandler.hh" class BasemenuItem; -class BImageControl; class BScreen; + +namespace FbTk { +class ImageControl; +}; /** Base class for menus

@@ -136,7 +139,7 @@ typedef std::vector<BasemenuItem *> Menuitems;

BScreen *m_screen; Display *m_display; Basemenu *m_parent; - BImageControl *m_image_ctrl; + FbTk::ImageControl *m_image_ctrl; Menuitems menuitems; bool moving, visible, movable, torn, internal_menu, title_vis, shifted,