diff options
Diffstat (limited to 'src/glx/dri3_priv.h')
-rw-r--r-- | src/glx/dri3_priv.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/glx/dri3_priv.h b/src/glx/dri3_priv.h index c0e35ee4bbf..248fa28dfc2 100644 --- a/src/glx/dri3_priv.h +++ b/src/glx/dri3_priv.h @@ -195,3 +195,12 @@ struct dri3_drawable { xcb_gcontext_t gc; xcb_special_event_t *special_event; }; + + +_X_HIDDEN int +dri3_query_renderer_integer(struct glx_screen *base, int attribute, + unsigned int *value); + +_X_HIDDEN int +dri3_query_renderer_string(struct glx_screen *base, int attribute, + const char **value); |