summaryrefslogtreecommitdiff
path: root/overlay/overlay.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-08-18 18:40:03 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-08-18 18:40:03 +0100
commit74032f4b4559fee909aec97b16617c40a81bc642 (patch)
tree0d0cfd55cfb73d5deab232824522d9b71033b6f0 /overlay/overlay.h
parent7d950fa6f26e823a741f8c2db95ce4dd96c8d432 (diff)
overlay: Rearrange GUI state
Planning a new layout... 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, 1 insertions, 1 deletions
diff --git a/overlay/overlay.h b/overlay/overlay.h
index 7c5b2d86..3b72098d 100644
--- a/overlay/overlay.h
+++ b/overlay/overlay.h
@@ -33,5 +33,5 @@ struct overlay {
extern const cairo_user_data_key_t overlay_key;
-cairo_surface_t *x11_overlay_create(enum position pos, int max_width, int max_height);
+cairo_surface_t *x11_overlay_create(enum position pos, int *width, int *height);
void x11_overlay_stop(void);