DMXRemoveScreen.3x

Langue: en

Autres versions - même langue

Version: libdmx 1.0.2 (mandriva - 22/10/07)

Section: 3 (Bibliothèques de fonctions)

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(3X), DMX(3X), Xdmx(1)