From: Dana Jansens Date: Fri, 11 May 2007 03:48:50 +0000 (+0000) Subject: change fallbacks X-Git-Tag: openbox-3_3_991-RELEASE~98 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=295775a6fd90fb3f22290348f5803b9879c5e8a8;p=dana%2Fopenbox.git change fallbacks --- diff --git a/render/theme.c b/render/theme.c index 6bde3845..27776123 100644 --- a/render/theme.c +++ b/render/theme.c @@ -482,13 +482,13 @@ RrTheme* RrThemeNew(const RrInstance *inst, gchar *name, RrPixmapMaskCopy(theme->desk_toggled_mask); theme->shade_toggled_hover_mask = RrPixmapMaskCopy(theme->shade_toggled_mask); - /* the toggled pressed mask = the pressed mask (the toggled fallback..) */ + /* the toggled pressed mask = the toggled unpressed mask (i.e. no change)*/ theme->max_toggled_pressed_mask = - RrPixmapMaskCopy(theme->max_pressed_mask); + RrPixmapMaskCopy(theme->max_toggled_mask); theme->desk_toggled_pressed_mask = - RrPixmapMaskCopy(theme->desk_pressed_mask); + RrPixmapMaskCopy(theme->desk_toggled_mask); theme->shade_toggled_pressed_mask = - RrPixmapMaskCopy(theme->shade_pressed_mask); + RrPixmapMaskCopy(theme->shade_toggled_mask); /* read the decoration textures */ if (!read_appearance(db, inst,