]> git.sur5r.net Git - i3/i3lock/blobdiff - xinerama.h
i3lock: Stop leaking the image_path dup. (#93)
[i3/i3lock] / xinerama.h
index ea1804ec650237161bd6d08fe791efb2e03941c4..a0de3c1a1ac454d3877f3ec359399244481138be 100644 (file)
@@ -8,7 +8,10 @@ typedef struct Rect {
     uint16_t height;
 } Rect;
 
-void xinerama_init();
-void xinerama_query_screens();
+extern int xr_screens;
+extern Rect *xr_resolutions;
+
+void xinerama_init(void);
+void xinerama_query_screens(void);
 
 #endif