Signature
Parameters
Variables | Description |
---|---|
dpy |
Specifies the connection to the X server.
|
draw |
Specifies the GLX drawable to be queried.
|
attribute |
Specifies the attribute to be returned. Must be one of
GLX_WIDTH
,
GLX_HEIGHT
,
GLX_PRESERVED_CONTENTS
,
GLX_LARGEST_PBUFFER
, or
GLX_FBCONFIG_ID
.
|
value |
Contains the return value for
attribute
.
|