diff options
author | Kristian Høgsberg <[email protected]> | 2010-07-19 15:35:48 -0400 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2010-07-19 22:45:50 -0400 |
commit | 9e546ecfd446abf1236cdb0b9469157de5d084ce (patch) | |
tree | e761f336d56d24d0f159d3162ecc80662614ce3f /src/glx/glxclient.h | |
parent | cb2a66fd0c095fe03be5aaf88c8d48f5867425d3 (diff) |
glx: Move DRI2 extensions to DRI2 screen private
Diffstat (limited to 'src/glx/glxclient.h')
-rw-r--r-- | src/glx/glxclient.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h index 090d7ee6074..22c98437135 100644 --- a/src/glx/glxclient.h +++ b/src/glx/glxclient.h @@ -553,18 +553,6 @@ struct __GLXscreenConfigsRec const __DRImediaStreamCounterExtension *msc; #endif -#ifdef __DRI_TEX_BUFFER - const __DRItexBufferExtension *texBuffer; -#endif - -#ifdef __DRI2_FLUSH - const __DRI2flushExtension *f; -#endif - -#ifdef __DRI2_CONFIG_QUERY - const __DRI2configQueryExtension *config; -#endif - #endif /** |