summaryrefslogtreecommitdiff
path: root/man/XrandrUtils.man
blob: bea2776b8ae358abfe6a2cd366014618b411f852 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.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

.PP
.B Relations and Geometries
.PP
.nf
typedef enum {
  relation_left_of,
  relation_right_of,
  relation_above,
  relation_below,
  relation_same_as,
} XRURelation;

typedef struct {
  int     x1, y1, x2, y2;
} XRUBox;

typedef struct {
  int     x, y;
} XRUPoint;
.sp
.fi

.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.