XSolarisOvlSetWindowTransparent(3) X FUNCTIONS
XSolarisOvlSetWindowTransparent - sets the background state of an
overlay window to be transparent
#include <X11/extensions/transovl.h>
void XSolarisOvlSetWindowTransparent (Display *display, Window w)
Arguments
display
Specifies the connection to the X server.
w Specifies the window.
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.
BadMatch
X Version 11 libXext 1.3.7
XSolarisOvlSetWindowTransparent(3)
NAME
XSolarisOvlSetWindowTransparent - sets the background state of an
overlay window to be transparent
SYNOPSIS
#include <X11/extensions/transovl.h>
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
X Version 11 libXext 1.3.7
XSolarisOvlSetWindowTransparent(3)