diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-02-06 01:32:12 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-02-06 01:32:12 -0500 |
| commit | bc13099405a7aecc0eb8b6688b2b3a384f4dfcac (patch) | |
| tree | c2f589a205929052c62e392079f70cdb095caeeb /render/theme.h | |
| parent | 92bbd733fa1a8fbc5eebf207932bf26be0251894 (diff) | |
show a small arrow on the top/bottom of the alttab list box when there are more windows that are not visible in that direction
Diffstat (limited to 'render/theme.h')
| -rw-r--r-- | render/theme.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/render/theme.h b/render/theme.h index 2c35284f..9f51fabd 100644 --- a/render/theme.h +++ b/render/theme.h @@ -144,6 +144,9 @@ struct _RrTheme { RrPixmapMask *menu_toggle_mask; /* menu boolean */ #endif + RrPixmapMask *down_arrow_mask; + RrPixmapMask *up_arrow_mask; + /* global appearances */ RrAppearance *a_disabled_focused_max; RrAppearance *a_disabled_unfocused_max; |
