]> git.sur5r.net Git - i3/i3/commit
Fix predict_text_width by using xcb_query_text_extents
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 10 Mar 2010 22:27:24 +0000 (23:27 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 10 Mar 2010 22:27:24 +0000 (23:27 +0100)
commita70f4353b79f437116e6accae2557f3f729039ce
treee22836825909d48ce3c932c658ae5a7e6827e797
parent593bff5ffdff63fdb6be72bd6321c2bb183df0e1
Fix predict_text_width by using xcb_query_text_extents

This fixes ticket #173, at least for the rendering errors.
I don’t really know why I implemented predict_text_width like it
was before (querying the whole table and pulling out information
one by one). Maybe I have overlooked xcb_query_text_extents. In
any case, it works better now.
src/xcb.c