]> git.sur5r.net Git - i3/i3/commit
Allow text drawing to use the alpha channel.
authorIngo Bürk <ingo.buerk@tngtech.com>
Wed, 7 Oct 2015 09:03:18 +0000 (11:03 +0200)
committerIngo Bürk <ingo.buerk@tngtech.com>
Wed, 7 Oct 2015 20:10:47 +0000 (22:10 +0200)
commita5d4c7c9ab2759676dfe4623eb8848941f38ff7e
tree9c0aada1bf56c9f0bb50a42baab8320e79b8e25f
parent1c4100ce5d8f9a7edc46f80f8a20ca50c6d97f8b
Allow text drawing to use the alpha channel.

We pass alpha channel information to the current text drawing code
and use it if it is available. The previous behavior of using full
opacity for RGB format colors is preserved.
libi3/font.c
libi3/get_colorpixel.c