summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2004-06-16 09:26:18 +0000
committerEric Anholt <anholt@freebsd.org>2004-06-16 09:26:18 +0000
commitbec47f9369b6f02ce4537ab1ac547ba933609edc (patch)
tree4fc679522a0ba2737836772b91bc77aeca933bdf /src/i830.h
parentc5b1972b50a6dbe57c67d3cc88ae010386b908a6 (diff)
DRI trunk-20040613 importDRI-trunk-20040721DRI-trunk-20040613
Diffstat (limited to 'src/i830.h')
-rw-r--r--src/i830.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i830.h b/src/i830.h
index a0d3f7a7..6942fad1 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -246,8 +246,8 @@ typedef struct _I830Rec {
int numVisualConfigs;
__GLXvisualConfig *pVisualConfigs;
I830ConfigPrivPtr pVisualConfigsPriv;
- drmHandle buffer_map;
- drmHandle ring_map;
+ drm_handle_t buffer_map;
+ drm_handle_t ring_map;
#endif
OptionInfoPtr Options;