diff options
Diffstat (limited to 'src/glx/dri2_priv.h')
-rw-r--r-- | src/glx/dri2_priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/dri2_priv.h b/src/glx/dri2_priv.h index 3ddcd6e698f..c21eee5b43d 100644 --- a/src/glx/dri2_priv.h +++ b/src/glx/dri2_priv.h @@ -42,6 +42,7 @@ struct dri2_screen { const __DRI2configQueryExtension *config; const __DRItexBufferExtension *texBuffer; const __DRI2throttleExtension *throttle; + const __DRI2rendererQueryExtension *rendererQuery; const __DRIconfig **driver_configs; void *driver; |