summaryrefslogtreecommitdiff
path: root/src/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entry.h')
-rw-r--r--src/entry.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entry.h b/src/entry.h
index f487410..05c459b 100644
--- a/src/entry.h
+++ b/src/entry.h
@@ -13,6 +13,7 @@ struct entry {
struct wl_subsurface *wl_subsurface;
struct image image;
struct {
+ PangoContext *context;
PangoLayout *layout;
cairo_surface_t *surface;
cairo_t *cr;
@@ -44,6 +45,7 @@ struct entry {
};
void entry_init(struct entry *entry, uint32_t scale);
+void entry_destroy(struct entry *entry);
void entry_update(struct entry *entry);
void entry_set_scale(struct entry *entry, uint32_t scale);