]> git.sur5r.net Git - i3/i3/commit
Correct color management for pango fonts
authorAlex Auvolat <alex@adnab.me>
Mon, 28 Dec 2015 11:43:53 +0000 (12:43 +0100)
committerAlex Auvolat <alex@adnab.me>
Tue, 29 Dec 2015 13:26:21 +0000 (14:26 +0100)
commitc6a4e4519fb000fe835486bcb02f3253e4316a3b
tree5e5124c7f59e10e326d20410a20361cb6092696d
parent0ee9e65a3b933b563902e1e85b5f25cbff82fc81
Correct color management for pango fonts

Corrects the cases where the colorpixel is not 0xRRGGBB : we have to
use the full color_t struct to describe font colors, as Pango expects
RGB values and not an XCB colorpixel value.
i3-config-wizard/main.c
i3-input/main.c
i3-nagbar/main.c
include/libi3.h
libi3/draw_util.c
libi3/font.c
src/restore_layout.c
src/sighandler.c