all repos — fluxbox @ 65bbfbe51b9d8531490708e83ba422c7dc53dc1a

custom fork of the fluxbox windowmanager

license update
fluxgen fluxgen
commit

65bbfbe51b9d8531490708e83ba422c7dc53dc1a

parent

1a4c4052b0ffc933ced68ec940fe41d54f9b6363

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

jump to
M src/FbTk/MenuTheme.hhsrc/FbTk/MenuTheme.hh

@@ -1,5 +1,5 @@

// MenuTheme.hh for FbTk -// Copyright (c) 2002 Henrik Kinnunen (fluxgen at users.sourceforge.net) +// Copyright (c) 2002-2003 Henrik Kinnunen (fluxgen at users.sourceforge.net) // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"),

@@ -19,7 +19,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: MenuTheme.hh,v 1.5 2003/02/22 21:24:19 fluxgen Exp $ +// $Id: MenuTheme.hh,v 1.6 2003/05/04 21:01:43 fluxgen Exp $ #ifndef FBTK_MENUTHEME_HH #define FBTK_MENUTHEME_HH

@@ -87,6 +87,7 @@

unsigned int borderWidth() const { return *m_border_width; } unsigned int bevelWidth() const { return *m_bevel_width; } const FbTk::Color &borderColor() const { return *m_border_color; } + FbTk::Subject &themeChangeSig() { return m_theme_change_sig; } /// attach observer void addListener(FbTk::Observer &obs) { m_theme_change_sig.attach(&obs); } /// detach observer