]> git.sur5r.net Git - i3/i3/commit
Parse colors as color_t instead of colorpixel.
authorIngo Bürk <ingo.buerk@tngtech.com>
Mon, 16 Nov 2015 22:03:39 +0000 (23:03 +0100)
committerIngo Bürk <ingo.buerk@tngtech.com>
Mon, 23 Nov 2015 21:18:02 +0000 (22:18 +0100)
commita4afd1b642af8d0b6382024e823ddc305a26883d
tree86521a353828d39390b556501d3d4d327dde3ca9
parentfdeb4e0c368c8354fd539c9fae98a2ddfc077e72
Parse colors as color_t instead of colorpixel.

With this patch we remove the temporary draw_util_colorpixel_to_color
function we introduced previously by parsing the colors as color_t to
begin with.

relates to #1278
include/config.h
include/data.h
include/libi3.h
libi3/draw_util.c
src/config.c
src/config_directives.c
src/resize.c
src/restore_layout.c
src/x.c