]> git.sur5r.net Git - i3/i3/commit
Use 32-bit visuals for i3bar when possible and allow RGBA colors.
authorIngo Bürk <ingo.buerk@tngtech.com>
Mon, 5 Oct 2015 10:58:05 +0000 (12:58 +0200)
committerIngo Bürk <ingo.buerk@tngtech.com>
Tue, 6 Oct 2015 21:01:57 +0000 (23:01 +0200)
commit1c4100ce5d8f9a7edc46f80f8a20ca50c6d97f8b
treeccae97a06f3d95f169a91b60cce6a74a678ab7fc
parentddd5e9a824e27eb9eeec0dcf657aa984c387ad05
Use 32-bit visuals for i3bar when possible and allow RGBA colors.

This patch creates all necessary windows for i3bar with 32-bit visuals if available.
It also introduces the possibility to define RGBA colors (next to RGB colors), which
allows the user to set the opacity of any color. This requires running a compositor.

With this patch we also start supporting _NET_SYSTEM_TRAY_VISUAL, which is necessary
for the tray icons so they create the tray window with the correct depth and visual.
i3-input/main.c
i3-nagbar/main.c
i3bar/include/cairo_util.h
i3bar/src/cairo_util.c
i3bar/src/xcb.c
include/libi3.h
libi3/font.c
src/restore_layout.c
src/sighandler.c
src/x.c