NAME
XmuDQLookupDisplay — determine display queue entry for specified display connection.
SYNOPSIS
#include <X11/Xmu/DisplayQue.h>
XmuDisplayQueueEntry ∗XmuDQLookupDisplay(q, display)
XmuDisplayQueue ∗q;
Display ∗display;
ARGUMENTS
qSpecifies the queue.
displaySpecifies the display to lookup.
DESCRIPTION
XmuDQLookupDisplay returns the queue entry for the specified display, or NULL if the display is not in the queue.
SEE ALSO
XmuDQAddDisplay, XmuDQCreate, XmuDQDestroy, XmuDQNDisplays, XmuDQRemoveDisplay.
Xlib Reference Manual