dmxremovescreen(3) - Linux man page

Name

DMXRemoveScreen - detach a back-end screen

Synopsis

#include <X11/extensions/dmxext.h>
Bool DMXRemoveScreen(Display *dpy,                     int screen);

Description

DMXRemoveScreen() detaches the back-end screen from the xdmx(1) server.

Return Value

DMXRemoveScreen() returns True on success, and False if there were protocol errors, if the -addremovescreens command-line option was not specified on the xdmx(1) command line, if the value of screen is out of range, or if the back-end screen specified by screen has already been detached.

See Also

dmxaddscreen(3), dmx(3), xdmx(1)