]> git.sur5r.net Git - i3/i3/commit
Flush cairo surface after drawing text.
authorIngo Bürk <ingo.buerk@tngtech.com>
Tue, 13 Oct 2015 09:08:10 +0000 (11:08 +0200)
committerIngo Bürk <ingo.buerk@tngtech.com>
Tue, 13 Oct 2015 09:08:10 +0000 (11:08 +0200)
commit54dbbe2f06134b32c03af38db7ec0aa7d3d0b74e
treefc48efec57897e0daa63e77c72c20315568f49f5
parentd24964ff6ab582879b4e82411b05e30f493852a8
Flush cairo surface after drawing text.

This is necessary to avoid a bug where a cairo assertion fails because no snapshot is available.

fixes #1989
i3bar/src/cairo_util.c
libi3/font.c