Query: dmxaddscreen
OS: suse
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DMXAddScreen(3) Library Functions Manual DMXAddScreen(3)NAMEDMXAddScreen - attach a new back-end screenSYNOPSIS#include <X11/extensions/dmxext.h> Bool DMXAddScreen(Display *dpy, const char *displayName, unsigned int mask, DMXScreenAttributes *attr, int *screen);DESCRIPTIONDMXAddScreen() attaches a back-end screen to the Xdmx(1) server, in place of the previously detached back-end server specified by 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(3) and DMXGetScreenAttribues(3) func- tions.RETURN VALUEDMXAddScreen() will return True if the screen was successfully attached, and False otherwise. False will be returned if the -addremove- screens command line option was not specified on the Xdmx(1) command line, the input value of screen is out of range, screen is not cur- rently detached, displayName cannot be opened, has unexpected visuals, or has characteristics that do not match the previously detached screen. DMXAddScreen() can generate BadLength, BadAlloc, and BadValue errors.NOTESAttributes that are not specified will default to 0. This may lead to unintended results. Unlike other functions in the DMX(3) API, this function uses screen for both input and output.SEE ALSODMXRemoveScreen(3), DMXChangeScreenAttributes(3), DMXGetScreenAttributes(3), DMX(3), Xdmx(1) X Version 11 libdmx 1.1.0 DMXAddScreen(3)
Related Man Pages |
---|
dmxaddinput(3) - debian |
dmxaddinput(3) - centos |
dmxgetscreenattributes(3) - mojave |
dmxaddinput(3) - mojave |
dmxaddinput(3) - opendarwin |
Similar Topics in the Unix Linux Community |
---|
get input whithout inputs echoing in screen |
GNU screen |
Running two commands in one line |
Outputting variables on a line |
Telnet errors coming on screen while using snarf command. |