Go to the source code of this file.
|
| Bool | XNVCTRLQueryExtension (Display *dpy, int *event_basep, int *error_basep) |
| |
| Bool | XNVCTRLQueryVersion (Display *dpy, int *major, int *minor) |
| |
| Bool | XNVCTRLIsNvScreen (Display *dpy, int screen) |
| |
| void | XNVCTRLSetAttribute (Display *dpy, int screen, unsigned int display_mask, unsigned int attribute, int value) |
| |
| Bool | XNVCTRLQueryAttribute (Display *dpy, int screen, unsigned int display_mask, unsigned int attribute, int *value) |
| |
| Bool | XNVCTRLQueryStringAttribute (Display *dpy, int screen, unsigned int display_mask, unsigned int attribute, char **ptr) |
| |
| Bool | XNVCTRLQueryValidAttributeValues (Display *dpy, int screen, unsigned int display_mask, unsigned int attribute, NVCTRLAttributeValidValuesRec *values) |
| |
| Bool | XNVCtrlSelectNotify (Display *dpy, int screen, int type, Bool onoff) |
| |
| Bool XNVCTRLIsNvScreen |
( |
Display * |
dpy, |
|
|
int |
screen |
|
) |
| |
| Bool XNVCTRLQueryAttribute |
( |
Display * |
dpy, |
|
|
int |
screen, |
|
|
unsigned int |
display_mask, |
|
|
unsigned int |
attribute, |
|
|
int * |
value |
|
) |
| |
| Bool XNVCTRLQueryExtension |
( |
Display * |
dpy, |
|
|
int * |
event_basep, |
|
|
int * |
error_basep |
|
) |
| |
| Bool XNVCTRLQueryStringAttribute |
( |
Display * |
dpy, |
|
|
int |
screen, |
|
|
unsigned int |
display_mask, |
|
|
unsigned int |
attribute, |
|
|
char ** |
ptr |
|
) |
| |
| Bool XNVCTRLQueryVersion |
( |
Display * |
dpy, |
|
|
int * |
major, |
|
|
int * |
minor |
|
) |
| |
| Bool XNVCtrlSelectNotify |
( |
Display * |
dpy, |
|
|
int |
screen, |
|
|
int |
type, |
|
|
Bool |
onoff |
|
) |
| |
| void XNVCTRLSetAttribute |
( |
Display * |
dpy, |
|
|
int |
screen, |
|
|
unsigned int |
display_mask, |
|
|
unsigned int |
attribute, |
|
|
int |
value |
|
) |
| |