summaryrefslogtreecommitdiff
path: root/include/X11/extensions/XrandrUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/extensions/XrandrUtils.h')
-rw-r--r--include/X11/extensions/XrandrUtils.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/X11/extensions/XrandrUtils.h b/include/X11/extensions/XrandrUtils.h
index c48de2e..7b33769 100644
--- a/include/X11/extensions/XrandrUtils.h
+++ b/include/X11/extensions/XrandrUtils.h
@@ -55,4 +55,13 @@ XRUGetRotationIndex(char * rotation_name);
Rotation
XRUGetRotation(int dirind);
+const char *
+XRUReflectionName(Rotation rotation);
+
+int
+XRUGetReflectionIndex(char * reflection_name);
+
+Rotation
+XRUGetReflection(int dirind);
+
#endif /* _XRANDR_UTILS_H_ */