diff options
Diffstat (limited to 'src/glx/dri2.h')
-rw-r--r-- | src/glx/dri2.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/glx/dri2.h b/src/glx/dri2.h index a6fe66e136d..c404a3af2f5 100644 --- a/src/glx/dri2.h +++ b/src/glx/dri2.h @@ -85,4 +85,12 @@ DRI2CopyRegion(Display * dpy, XID drawable, XserverRegion region, CARD32 dest, CARD32 src); +_X_HIDDEN int +dri2_query_renderer_integer(struct glx_screen *base, int attribute, + unsigned int *value); + +_X_HIDDEN int +dri2_query_renderer_string(struct glx_screen *base, int attribute, + const char **value); + #endif |