Add text rendering support to wayland clients

This commit is contained in:
Drew DeVault 2015-11-29 15:27:28 -05:00
parent 5a369b3132
commit 82d464bb90
5 changed files with 87 additions and 2 deletions

View file

@ -34,6 +34,7 @@ struct window {
struct wl_callback *frame_cb;
struct cursor cursor;
uint32_t width, height;
char *font;
cairo_t *cairo;
};