From da3cc9db3ee945aa32de774ef0b50e507728a895 Mon Sep 17 00:00:00 2001 From: James Magahern Date: Sun, 20 Jan 2019 00:53:03 -0800 Subject: Get default height/width from X11 --- src/x11_support.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/x11_support.h') diff --git a/src/x11_support.h b/src/x11_support.h index 2c24c98..6421f4b 100644 --- a/src/x11_support.h +++ b/src/x11_support.h @@ -12,6 +12,8 @@ #include #include +void x11_get_display_bounds(int *width, int *height); + // Sets up a window and returns a cairo_surface to draw onto cairo_surface_t* x11_helper_acquire_cairo_surface(int width, int height); -- cgit v1.2.3-54-g00ecf