DMXAddScreenSection: Miscellaneous Library Functions (3X)Updated: Version 6.8.1 |
DMXAddScreenSection: Miscellaneous Library Functions (3X)Updated: Version 6.8.1 |
Bool DMXAddScreen(Display *dpy,
const char *displayName,
unsigned int mask,
DMXScreenAttributes *attr,
int *screen);
displayName is the name of the new back-end display, mask specifies the field in attr that are active, and screen returns the new Xdmx(1) screen number for the attached screen.
The information stored in mask and attr is identical to that used by the DMXChangeScreenAttributes(3X) and DMXGetScreenAttribues(3X) functions.
DMXAddScreen() can generate BadLength, BadAlloc, and BadValue errors.
Unlike other functions in the DMX(3X) API, this function uses screen for both input and output.