Return information about the device with id = deviceId. This information is primarily for the ProcDMXGetInputAttributes() function, which does not have access to the appropriate data structure.
int dmxGetInputCount
(
void
)
Return the total number of devices, not just dmxNumInputs. The number returned should be the same as that returned by XListInputDevices.
unsigned long dmxGetNumScreens
(
void
)
Return the value of dmxNumScreens -- the total number of backend screens in use (these are logical screens and may be larger than the number of backend displays).
Bool dmxGetScreenAttributes
(
int
physical,
DMXScreenAttributesPtr
attr
)
This routine provides information to the DMX protocol extension about a particular screen.
Bool dmxGetWindowAttributes
(
WindowPtr
pWindow,
DMXWindowAttributesPtr
attr
)
This routine provides information to the DMX protocol extension about a particular window.
int dmxRemoveInput
(
int
id
)
Remove the input with physical id id.
Generated June 29, 2004 for Distributed Multihead X by
doxygen
1.3.4.
@
1.1
log
@Initial revision
@
text
@@
1.1.1.1
log
@Import of XFree86 4.5.0.
@
text
@@
1.1.1.1.2.1
log
@file dmxextension_8c.html was added on branch netbsd-3 on 2005-04-06 20:00:30 +0000
@
text
@d1 433
@
1.1.1.1.2.2
log
@Apply patch (requested by jmc in ticket #114):
Update XFree86 to version 4.5.0.
@
text
@a0 433
File Index
Return information about the device with id = deviceId. This information is primarily for the ProcDMXGetInputAttributes() function, which does not have access to the appropriate data structure.
int dmxGetInputCount
(
void
)
Return the total number of devices, not just dmxNumInputs. The number returned should be the same as that returned by XListInputDevices.
unsigned long dmxGetNumScreens
(
void
)
Return the value of dmxNumScreens -- the total number of backend screens in use (these are logical screens and may be larger than the number of backend displays).
Bool dmxGetScreenAttributes
(
int
physical,
DMXScreenAttributesPtr
attr
)
This routine provides information to the DMX protocol extension about a particular screen.
Bool dmxGetWindowAttributes
(
WindowPtr
pWindow,
DMXWindowAttributesPtr
attr
)
This routine provides information to the DMX protocol extension about a particular window.