summaryrefslogtreecommitdiff
path: root/overlay/overlay.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-08-25 13:15:55 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-08-25 13:34:31 +0100
commitd929102591b25c1e9bf95ee58d95f86869e268fd (patch)
tree2b994ce26982c8637ecf19efc75d3cd0438ed6a9 /overlay/overlay.h
parent20a25f5eafd37c2864e04c3065f6355e1306c6a6 (diff)
overlay: Add a raw kms output
For when you don't have any display server, use brute force. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
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 */