X FUNCTIONS XSolarisOvlSetPaintType(3xext)
NAME
XSolarisOvlSetPaintType - specifies the type of paint ren-
dered by subsequent Xlib drawing with the given GCSYNOPSIS
cc [ flag... ] file... -lXext [ library... ]
#include
void XSolarisOvlSetPaintType (Display *display, GC gc, XSo-
larisOvlPaintType paintType) Arguments display Specifies the connection to the X server. gc Specifies the affected GC. paintType Specifies the type of paint rendered by subsequent Xlib drawing routines using the specified GC.DESCRIPTION
This routine controls the type of paint rendered by an Xlib GC. It controls whether Xlib drawing routines using this GCproduce pixels on overlay windows that are opaque or tran-
sparent. The paint type specified applies to the GC until it is changed by another call to this routine. The paint type attribute applies to both the foreground and backgroundGC attributes. If the value of paintType is XSolar-
isOvlPaintOpaque, the pixels generated by subsequent Xlib drawing routines with this GC will be opaque. This means the pixels will obscure underlying pixels. If the value ofpaintType is XSolarisOvlPaintTransparent, the pixels gen-
erated by subsequent Xlib drawing routines with this GC will be transparent. This means that, for these pixels, the color of the underlying pixels will be displayed. By default, a GC renders opaque paint.ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes: X Version 11 Last change: libXext 1.1.2 1X FUNCTIONS XSolarisOvlSetPaintType(3xext)
____________________________________________________________
| 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 2