all repos — fluxbox @ 40dd63200d6a611ba11a8315f3e58d39da0c4da2

custom fork of the fluxbox windowmanager

no need for theme change signal here since its already in FbTk Theme
fluxgen fluxgen
commit

40dd63200d6a611ba11a8315f3e58d39da0c4da2

parent

5935013854c0f4a5dd865b3f567ef3dcf2e8845a

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

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

@@ -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: FbWinFrameTheme.hh,v 1.13 2003/12/09 08:48:08 rathnor Exp $ +// $Id: FbWinFrameTheme.hh,v 1.14 2004/01/02 13:05:19 fluxgen Exp $ #ifndef FBWINFRAMETHEME_HH #define FBWINFRAMETHEME_HH

@@ -46,7 +46,7 @@ //@{

const FbTk::Texture &labelFocusTexture() const { return *m_label_focus; } const FbTk::Texture &labelUnfocusTexture() const { return *m_label_unfocus; } const FbTk::Texture &labelActiveTexture() const { return *m_label_active; } - + const FbTk::ThemeItem<FbTk::Texture> &label() const { return m_label_unfocus; } const FbTk::Texture &titleFocusTexture() const { return *m_title_focus; } const FbTk::Texture &titleUnfocusTexture() const { return *m_title_unfocus; }

@@ -88,9 +88,6 @@

bool fallback(FbTk::ThemeItem_base &item); void reconfigTheme(); - void addListener(FbTk::Observer &obs) { m_theme_change.attach(&obs); } - void removeListener(FbTk::Observer &obs) { m_theme_change.detach(&obs); } - inline Cursor moveCursor() const { return m_cursor_move; } inline Cursor lowerLeftAngleCursor() const { return m_cursor_lower_left_angle; } inline Cursor lowerRightAngleCursor() const { return m_cursor_lower_right_angle; }

@@ -125,8 +122,6 @@ BorderTheme m_border;

FbTk::GContext m_label_text_focus_gc, m_label_text_unfocus_gc, m_label_text_active_gc; FbTk::GContext m_button_pic_focus_gc, m_button_pic_unfocus_gc; - - FbTk::Subject m_theme_change; Cursor m_cursor_move; Cursor m_cursor_lower_left_angle;