From f4092abdf94af6a99aff944d6264bc1284e8bdd4 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Mon, 10 Oct 2011 17:43:39 +0200 Subject: Imported nx-X11-3.1.0-1.tar.gz Summary: Imported nx-X11-3.1.0-1.tar.gz Keywords: Imported nx-X11-3.1.0-1.tar.gz into Git repository --- .../Xserver/hw/dmx/doc/html/dmxprop_8h.html | 136 +++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 nx-X11/programs/Xserver/hw/dmx/doc/html/dmxprop_8h.html (limited to 'nx-X11/programs/Xserver/hw/dmx/doc/html/dmxprop_8h.html') diff --git a/nx-X11/programs/Xserver/hw/dmx/doc/html/dmxprop_8h.html b/nx-X11/programs/Xserver/hw/dmx/doc/html/dmxprop_8h.html new file mode 100644 index 000000000..bc8210b47 --- /dev/null +++ b/nx-X11/programs/Xserver/hw/dmx/doc/html/dmxprop_8h.html @@ -0,0 +1,136 @@ + + + + + File Index + + + + +
Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals
+

dmxprop.h File Reference

+

+Go to the source code of this file. + + + + + + + + +

Functions

int dmxPropertyDisplay (DMXScreenInfo *dmxScreen)
void dmxPropertyWindow (DMXScreenInfo *dmxScreen)
int dmxPropertySameDisplay (DMXScreenInfo *dmxScreen, const char *name)
+


Detailed Description

+Interface for property support.
See also:
dmxprop.c
+

Function Documentation

+

+ + + + +
+ + + + + + + + + + +
int dmxPropertyDisplay DMXScreenInfo dmxScreen  ) 
+
+ + + + + +
+   + + +

+Returns 0 if this is the only Xdmx session on the display; 1 otherwise.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
int dmxPropertySameDisplay DMXScreenInfo dmxScreen,
const char *  name
+
+ + + + + +
+   + + +

+Returns 1 if the dmxScreen and the display in name are on the same display, or 0 otherwise. We can't just compare the display names because there can be multiple synonyms for the same display, some of which cannot be determined without accessing the display itself (e.g., domain aliases or machines with multiple NICs).

+

+ + + + +
+ + + + + + + + + + +
void dmxPropertyWindow DMXScreenInfo dmxScreen  ) 
+
+ + + + + +
+   + + +

+Prints a log message if dmxScreen is on the same backend X server as some other DMX backend (output) screen. Modifies the property (DMX_ATOMNAME) on the backend X server to reflect the creation of dmxScreen.

+The root window of the backend X server holds a list of window ids for all DMX windows (on this DMX server or some other DMX server).

+This list can then be iterated, and the property for each window can be examined. This property contains the following tuple (no quotes):

+"#DMX_IDENT:<hostname running DMX>:<display name of DMX>,<screen number>"

+


+
+ + Generated June 29, 2004 for Distributed Multihead X by + doxygen + 1.3.4. + + + + + -- cgit v1.2.3