logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DMXRemoveScreen - detach a back-end screen

Description

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

Name

DMXRemoveScreen - detach a back-end screen

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) X Version 11 libdmx 1.1.4 DMXRemoveScreen(3)

Synopsis

#include<X11/extensions/dmxext.h>BoolDMXRemoveScreen(Display*dpy,intscreen);

See Also