Contained Within
Find More Documentation
Featured Support Resources
| Download this book in PDF
NAME
- XSolarisOvlSetWindowTransparent - sets the background state of an overlay window to be transparent
SYNOPSIS
-
void XSolarisOvlSetWindowTransparent (Display * display,Window 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 occurs after this request will cause the background to be transparent. Use XChangeWindowAttributes(3), XSetWindowBackground(3), or XSetWindowBackgroundPixmap (3)to change background state to any other value.
- If w is not an overlay window, BadMatch is generated.
ERRORS
-
BadMatch
|
|