aboutsummaryrefslogtreecommitdiff
path: root/src/x11_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/x11_support.h')
-rw-r--r--src/x11_support.h2
1 files changed, 2 insertions, 0 deletions
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 <X11/Xlib.h>
#include <X11/Xutil.h>
+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);