NAME
- XSolarisOvlIsOverlayWindow - indicates whether a given window is an overlay window
SYNOPSIS
-
Bool XSolarisOvlIsOverlayWindow (Display * display,Window w)
Arguments
-
display Specifies the connection to the X server.
-
-
w
- Specifies the window.
DESCRIPTION
- Returns True if the given window w is an overlay window. Otherwise returns False.
|