summaryrefslogtreecommitdiff
path: root/overlay/overlay.h
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/overlay.h')
-rw-r--r--overlay/overlay.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/overlay/overlay.h b/overlay/overlay.h
index f7b94d16..3733fce0 100644
--- a/overlay/overlay.h
+++ b/overlay/overlay.h
@@ -100,4 +100,6 @@ cairo_surface_t *x11_window_create(struct config *config, int *width, int *heigh
static inline cairo_surface_t *x11_window_create(struct config *config, int *width, int *height) { return NULL; }
#endif
+cairo_surface_t *kms_overlay_create(struct config *config, int *width, int *height);
+
#endif /* OVERLAY_H */