summaryrefslogtreecommitdiff
path: root/man/XrandrUtils.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XrandrUtils.man')
-rw-r--r--man/XrandrUtils.man32
1 files changed, 32 insertions, 0 deletions
diff --git a/man/XrandrUtils.man b/man/XrandrUtils.man
new file mode 100644
index 0000000..1258b81
--- /dev/null
+++ b/man/XrandrUtils.man
@@ -0,0 +1,32 @@
+.de TQ
+.br
+.ns
+.TP \\$1
+..
+.TH XRANDR-UTILS __libmansuffix__ __vendorversion__
+
+.SH NAME
+ XrandrUtils \- Wrapper library for libXrandr.
+.SH SYNTAX
+\&#include <X11/extensions/XrandrUtils.h>
+.nf
+.sp
+
+.SH DATATYPES
+
+typedef struct {
+};
+
+.SH DESCRIPTION
+.B XrandrUtils
+is a high level library designed to wrapper the Xrandr library with
+a more convenient API for doing common screen configuration operations.
+
+.SH FUNCTIONS
+.PP
+
+.SH RESTRICTIONS
+.B XrandrUtils
+will remain upward compatible after the current 1.0 release.
+.SH AUTHOR
+Keith Packard, Intel; Bryce Harrington, Canonical.