]> git.sur5r.net Git - i3/i3lock/blobdiff - xinerama.h
Properly handle Caps Lock (Thanks Damien)
[i3/i3lock] / xinerama.h
index ea1804ec650237161bd6d08fe791efb2e03941c4..207a9a802ee4f1d60b0d113fabd0ec43128cc24f 100644 (file)
@@ -8,6 +8,9 @@ typedef struct Rect {
     uint16_t height;
 } Rect;
 
+extern int xr_screens;
+extern Rect *xr_resolutions;
+
 void xinerama_init();
 void xinerama_query_screens();