DMXDesktopAttributes(UNIX Programmer's MaDMXDesktopAttributes(3X)
DMXGetDesktopAttributes - determine global bounding box
#include <X11/extensions/dmxext.h>
Bool DMXGetDesktopAttributes(Display *dpy,
DMXDesktopAttributes *attr);
DMXGetDesktopAttributes() returns information about the
desktop in DMXDesktopAttributes:
typedef struct {
unsigned int width;
unsigned int height;
int shiftX;
int shiftY;
} DMXDesktopAttributes;
The size of the global bounding box is given in width, and
height. The shiftX and shiftY values will always be 0. The
global bounding box is computed whether or not Xinerama is
active, but it is only useful when using Xinerama.
The global bounding box used by Xdmx(1) may be larger than
the Xinerama screen size because of information in the con-
figuration file.
DMXGetDesktopAttributes() returns True unless there is a
protocol error.
DMXChangeDesktopAttributes(3X), DMX(3X), Xdmx(1)
XFree86 Version 4.5.0 1
Generated on 2012-02-20 02:47:02 by $MirOS: src/scripts/roff2htm,v 1.70 2011/12/03 18:21:12 tg Exp $
These manual pages and other documentation are copyrighted by their respective writers;
their source is available at our CVSweb,
AnonCVS, and other mirrors. The rest is Copyright © 2002‒2011 The MirOS Project, Germany.
This product includes material
provided by Thorsten Glaser.
This manual page’s HTML representation is supposed to be valid XHTML/1.1; if not, please send a bug report – diffs preferred.