X FUNCTIONS XSolarisOvlSetWindowTransparent(3xext)
NAME
XSolarisOvlSetWindowTransparent - sets the background state
of an overlay window to be transparentSYNOPSIS
cc [ flag... ] file... -lXext [ library... ]
#include
void XSolarisOvlSetWindowTransparent (Display *display, Win-
dow w) Arguments display Specifies the connection to the X server. w Specifies the window.DESCRIPTION
This routine sets the background state of the given overlay to be transparent. Any background rendering that occursafter this request will cause the background to be tran-
sparent. Use XChangeWindowAttributes(3), XSetWindowBack-
ground(3), or XSetWindowBackgroundPixmap(3) to change back-
ground state to any other value. If w is not an overlay window, BadMatch is generated.ERRORS
BadMatchATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | x11/library/libxext ||_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | See XInitThreads(3X11) |
|_____________________________|_____________________________|
X Version 11 Last change: libXext 1.1.2 1