]> git.sur5r.net Git - i3/i3/commit
get_colorpixel support for non-true color displays 2135/head
authorAlex Auvolat <alex@adnab.me>
Mon, 28 Dec 2015 11:58:32 +0000 (12:58 +0100)
committerAlex Auvolat <alex@adnab.me>
Tue, 29 Dec 2015 13:26:21 +0000 (14:26 +0100)
commit287a0b4c3cc24a18f5063b7d5743f0b85d6852a1
tree719ccff44ff8341cd810117c0ca15d2a0647e46b
parentc6a4e4519fb000fe835486bcb02f3253e4316a3b
get_colorpixel support for non-true color displays

Re-introduce fully-fledged get_colorpixel function, which enables arbitrary
color depths for the display.  The previous code is kept as an optimization for
the case of a true color display, where a X11 roundtrip is unnecessary.
libi3/get_colorpixel.c