diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-29 03:36:12 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-29 03:36:12 +0000 |
| commit | 28ad33fd5fccec49935bf94d25ee3cd5f2d3d9b9 (patch) | |
| tree | 0d88321bc80d8422b38c60dbabf11fe297487771 /openbox | |
| parent | 5e98d8a4523b41ff29adac675ec40f8e8699fcec (diff) | |
brackets ftw. opacity for rgba's works.
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/focus_cycle_popup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/focus_cycle_popup.c b/openbox/focus_cycle_popup.c index 7d132b6a..0bfe9b6b 100644 --- a/openbox/focus_cycle_popup.c +++ b/openbox/focus_cycle_popup.c @@ -424,7 +424,7 @@ static void popup_render(ObFocusCyclePopup *p, const ObClient *c) p->a_icon->texture[0].data.rgba.height = icon->height; if (target->client->iconic) /* 7/16 alpha */ - p->a_icon->texture[0].data.rgba.alpha = (0xff>>1 - 0xff>>4); + p->a_icon->texture[0].data.rgba.alpha = (0xff>>1) - (0xff>>4); else p->a_icon->texture[0].data.rgba.alpha = 0xff; p->a_icon->texture[0].data.rgba.data = icon->data; |
