summaryrefslogtreecommitdiff
path: root/src/cairo-glue.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cairo-glue.hh')
-rw-r--r--src/cairo-glue.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cairo-glue.hh b/src/cairo-glue.hh
index 234c8fcd..c6370e33 100644
--- a/src/cairo-glue.hh
+++ b/src/cairo-glue.hh
@@ -23,7 +23,9 @@
namespace vte {
-VTE_DECLARE_FREEABLE(cairo_t, cairo_destroy);
+VTE_DECLARE_FREEABLE(cairo_rectangle_list_t, cairo_rectangle_list_destroy);
+VTE_DECLARE_FREEABLE(cairo_region_t, cairo_region_destroy);
VTE_DECLARE_FREEABLE(cairo_surface_t, cairo_surface_destroy);
+VTE_DECLARE_FREEABLE(cairo_t, cairo_destroy);
} // namespace vte::cairo