summaryrefslogtreecommitdiff
path: root/src/glx/x11/glxclient.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-03-12 02:18:12 -0400
committerKristian Høgsberg <krh@redhat.com>2008-03-12 02:18:12 -0400
commit9110425c72e45f618131b559eba883fd6c5536b4 (patch)
tree47c90e48c71f91244b4f3ed541c4a79c7517a5ce /src/glx/x11/glxclient.h
parent94f39f2e7cc7f8ef6915a40d14965e5b193d9952 (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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glx/x11/glxclient.h b/src/glx/x11/glxclient.h
index 259add7595..730caf7302 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;