summaryrefslogtreecommitdiff
path: root/man/XrandrUtils.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XrandrUtils.man')
-rw-r--r--man/XrandrUtils.man15
1 files changed, 15 insertions, 0 deletions
diff --git a/man/XrandrUtils.man b/man/XrandrUtils.man
index 7acf0e9..60144f8 100644
--- a/man/XrandrUtils.man
+++ b/man/XrandrUtils.man
@@ -34,6 +34,21 @@ typedef struct {
int x, y;
} XRUPoint;
+typedef enum {
+ name_none = 0,
+ name_string = (1 << 0),
+ name_xid = (1 << 1),
+ name_index = (1 << 2),
+ name_preferred = (1 << 3),
+} XRUNameKind;
+
+typedef struct {
+ XRUNameKind kind;
+ char *string;
+ XID xid;
+ int index;
+} XRUName;
+
/**
* Return string name for the given rotation,
* or "invalid rotation" on error.