diff options
author | Kristian Høgsberg <[email protected]> | 2008-03-12 02:18:12 -0400 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2008-03-12 02:18:12 -0400 |
commit | 9110425c72e45f618131b559eba883fd6c5536b4 (patch) | |
tree | 47c90e48c71f91244b4f3ed541c4a79c7517a5ce /src/glx/x11/glxclient.h | |
parent | 94f39f2e7cc7f8ef6915a40d14965e5b193d9952 (diff) |
libGL: Pull the drawable hash back out in the generic code.
This will be shared between dri and dri2 code.
Diffstat (limited to 'src/glx/x11/glxclient.h')
-rw-r--r-- | src/glx/x11/glxclient.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glx/x11/glxclient.h b/src/glx/x11/glxclient.h index 259add75958..730caf73024 100644 --- a/src/glx/x11/glxclient.h +++ b/src/glx/x11/glxclient.h @@ -132,6 +132,8 @@ struct __GLXDRIcontextRec { }; struct __GLXDRIdrawableRec { + void (*destroyDrawable)(__GLXDRIdrawable *drawable); + XID drawable; __GLXscreenConfigs *psc; __DRIdrawable driDrawable; |