summaryrefslogtreecommitdiff
path: root/shared/cairo-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/cairo-util.h')
-rw-r--r--shared/cairo-util.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/shared/cairo-util.h b/shared/cairo-util.h
index 4493b0d9..fb25c341 100644
--- a/shared/cairo-util.h
+++ b/shared/cairo-util.h
@@ -26,6 +26,8 @@
#include <stdint.h>
#include <cairo.h>
+#include <wayland-util.h>
+
void
surface_flush_device(cairo_surface_t *surface);
@@ -69,7 +71,8 @@ theme_set_background_source(struct theme *t, cairo_t *cr, uint32_t flags);
void
theme_render_frame(struct theme *t,
cairo_t *cr, int width, int height,
- const char *title, uint32_t flags);
+ const char *title, struct wl_list *buttons,
+ uint32_t flags);
enum theme_location {
THEME_LOCATION_INTERIOR = 0,