NAME
XmuDQRemoveDisplay — remove a display connection from a display queue.
SYNOPSIS
#include <X11/Xmu/DisplayQue.h>
Bool XmuDQRemoveDisplay(q, display)
XmuDisplayQueue ∗q;
Display ∗display;
ARGUMENTS
qSpecifies the queue.
displaySpecifies the display to remove.
DESCRIPTION
XmuDQNDisplays removes the specified display connection from the specified queue. No callbacks are performed. If the display is not found in the queue, False is returned, otherwise True is returned.
SEE ALSO
XmuDQAddDisplay, XmuDQCreate, XmuDQDestroy, XmuDQLookupDisplay, XmuDQNDisplays.
Xlib Reference Manual