From d929102591b25c1e9bf95ee58d95f86869e268fd Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 25 Aug 2013 13:15:55 +0100 Subject: overlay: Add a raw kms output For when you don't have any display server, use brute force. Signed-off-by: Chris Wilson --- overlay/overlay.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'overlay/overlay.h') 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 */ -- cgit v1.2.3