summaryrefslogtreecommitdiff
path: root/randr.h
diff options
context:
space:
mode:
Diffstat (limited to 'randr.h')
-rw-r--r--randr.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/randr.h b/randr.h
deleted file mode 100644
index 510a7cb..0000000
--- a/randr.h
+++ /dev/null
@@ -1,17 +0,0 @@
1#ifndef _XINERAMA_H
2#define _XINERAMA_H
3
4typedef struct Rect {
5 int16_t x;
6 int16_t y;
7 uint16_t width;
8 uint16_t height;
9} Rect;
10
11extern int xr_screens;
12extern Rect *xr_resolutions;
13
14void randr_init(int *event_base, xcb_window_t root);
15void randr_query(xcb_window_t root);
16
17#endif