1DMXDesktopAttributes(3)    Library Functions Manual    DMXDesktopAttributes(3)
2
3
4

NAME

6       DMXGetDesktopAttributes - determine global bounding box
7

SYNOPSIS

9       #include <X11/extensions/dmxext.h>
10
11       Bool DMXGetDesktopAttributes(Display *dpy,
12                                    DMXDesktopAttributes *attr);
13

DESCRIPTION

15       DMXGetDesktopAttributes()  returns  information  about  the  desktop in
16       DMXDesktopAttributes:
17
18       typedef struct {
19           unsigned int width;
20           unsigned int height;
21           int          shiftX;
22           int          shiftY;
23       } DMXDesktopAttributes;
24
25       The size of the global bounding box is given in width, and height.  The
26       shiftX  and shiftY values will always be 0.  The global bounding box is
27       computed whether or not Xinerama is active, but it is only useful  when
28       using Xinerama.
29
30       The global bounding box used by Xdmx(1) may be larger than the Xinerama
31       screen size because of information in the configuration file.
32

RETURN VALUE

34       DMXGetDesktopAttributes() returns  True  unless  there  is  a  protocol
35       error.
36

SEE ALSO

38       DMXChangeDesktopAttributes(3), DMX(3), Xdmx(1)
39
40
41
42X Version 11                     libdmx 1.1.3          DMXDesktopAttributes(3)
Impressum