From: Dave Foster Date: Thu, 13 Sep 2007 22:00:24 +0000 (-0400) Subject: Found a bug in one of the specialized button textures. X-Git-Tag: mikabox-3.4.7.2~32^2~10 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=5eedfddf5e2c6e50aaadc69f3dd9e87424e8ed6c;p=mikachu%2Fopenbox.git Found a bug in one of the specialized button textures. --- diff --git a/render/theme.c b/render/theme.c index b8652a7b..c3ca123c 100644 --- a/render/theme.c +++ b/render/theme.c @@ -628,10 +628,10 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name, READ_APPEARANCE_COPY("window.inactive.button-max.disabled.bg", theme->a_disabled_unfocused_max, TRUE, a_disabled_unfocused_tmp); - READ_APPEARANCE_COPY("window.active.button-max.pressed.bg", + READ_APPEARANCE_COPY("window.active.button-max.hover.bg", theme->a_hover_focused_max, TRUE, a_hover_focused_tmp); - READ_APPEARANCE_COPY("window.inactive.button-max.pressed.bg", + READ_APPEARANCE_COPY("window.inactive.button-max.hover.bg", theme->a_hover_unfocused_max, TRUE, a_hover_unfocused_tmp); READ_APPEARANCE_COPY("window.active.button-max.unpressed.bg", @@ -698,10 +698,10 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name, READ_APPEARANCE_COPY("window.inactive.button-desk.disabled.bg", theme->a_disabled_unfocused_desk, TRUE, a_disabled_unfocused_tmp); - READ_APPEARANCE_COPY("window.active.button-desk.pressed.bg", + READ_APPEARANCE_COPY("window.active.button-desk.hover.bg", theme->a_hover_focused_desk, TRUE, a_hover_focused_tmp); - READ_APPEARANCE_COPY("window.inactive.button-desk.pressed.bg", + READ_APPEARANCE_COPY("window.inactive.button-desk.hover.bg", theme->a_hover_unfocused_desk, TRUE, a_hover_unfocused_tmp); READ_APPEARANCE_COPY("window.active.button-desk.unpressed.bg", @@ -742,10 +742,10 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name, READ_APPEARANCE_COPY("window.inactive.button-shade.disabled.bg", theme->a_disabled_unfocused_shade, TRUE, a_disabled_unfocused_tmp); - READ_APPEARANCE_COPY("window.active.button-shade.pressed.bg", + READ_APPEARANCE_COPY("window.active.button-shade.hover.bg", theme->a_hover_focused_shade, TRUE, a_hover_focused_tmp); - READ_APPEARANCE_COPY("window.inactive.button-shade.pressed.bg", + READ_APPEARANCE_COPY("window.inactive.button-shade.hover.bg", theme->a_hover_unfocused_shade, TRUE, a_hover_unfocused_tmp); READ_APPEARANCE_COPY("window.active.button-shade.unpressed.bg",