X FUNCTIONS XSolarisOvlGetPaintType(3xext)
NAME
XSolarisOvlGetPaintType - gets the current paint type set in
the GCSYNOPSIS
cc [ flag... ] file... -lXext [ library... ]
#include
XSolarisOvlPaintTypeXSolarisOvlGetPaintType (Display *display, GC gc)
Arguments display Specifies the connection to the X server. gc The GC to be inquired from.DESCRIPTION
This routine returns the current element of type XSolar-
isOvlPaintType associated with the given gc. XSolarisOvlPaintType defines the paint type in each GC. An enumeration defining two types of selections that can be done in XSolarisOvlPaintType typedef enum { XSolarisOvlPaintTransparent, XSolarisOvlPaintOpaque, } XSolarisOvlPaintType;ATTRIBUTES
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