NAME
XmuScreenOfWindow — returns a pointer to the Screen structure for the specified window.
SYNOPSIS
#include <X11/Xmu/WinUtil.h>
Screen ∗XmuScreenOfWindow(display, w)
Display ∗display;
Window w;
ARGUMENTS
displaySpecifies a connection to an X server; returned from XOpenDisplay().
wSpecifies the window.
DESCRIPTION
XmuScreenOfWindow returns a pointer to the Screen structure that describes the screen on which the specified window was created.
SEE ALSO
XmuClientWindow, XmuUpdateMapHints.
Xlib Reference Manual