diff options
author | Drew DeVault <[email protected]> | 2015-11-29 15:27:28 -0500 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2015-11-29 15:27:28 -0500 |
commit | 82d464bb90af7fed57a36aacc2dce22994849bac (patch) | |
tree | 471b8eba3fb838115b163980b558cb151c6dbefc /include/client/window.h | |
parent | 5a369b3132a5f79afb4d65ec87562b473b4b29dd (diff) |
Add text rendering support to wayland clients
Diffstat (limited to 'include/client/window.h')
-rw-r--r-- | include/client/window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/client/window.h b/include/client/window.h index af954003..eff9032d 100644 --- a/include/client/window.h +++ b/include/client/window.h @@ -34,6 +34,7 @@ struct window { struct wl_callback *frame_cb; struct cursor cursor; uint32_t width, height; + char *font; cairo_t *cairo; }; |