NAME
XmuClientWindow — find a window which has a WM_STATE property.
SYNOPSIS
#include <X11/Xmu/WinUtil.h>
Window XmuClientWindow(display, win)
Display ∗display;
Window win;
ARGUMENTS
displaySpecifies a connection to an X server; returned from XOpenDisplay().
winSpecifies the window.
DESCRIPTION
XmuClientWindow finds a window, at or below the specified window, which has a WM_STATE property. If such a window is found, it is returned, otherwise the argument window is returned.
SEE ALSO
XmuScreenOfWindow, XmuUpdateMapHints.
Xlib Reference Manual