summaryrefslogtreecommitdiff
path: root/src/i830_dri.h
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@fairlite.demon.co.uk>2005-07-26 21:55:42 +0000
committerAlan Hourihane <alanh@fairlite.demon.co.uk>2005-07-26 21:55:42 +0000
commit0cd371c6e57f899c34c4d2e2a8531ef7ce3967a4 (patch)
treee1b2cc8c27238a6c4256b6fe4570d384166efdce /src/i830_dri.h
parentadef005c2f96395d396834f2173125f0c06d40cb (diff)
Bump the DDX version to 1.4.0 to indicate the removal of drmAddress.
Thus allowing 32/64bit clients to cohabit.
Diffstat (limited to 'src/i830_dri.h')
-rw-r--r--src/i830_dri.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/i830_dri.h b/src/i830_dri.h
index aef93a8b..339c03e2 100644
--- a/src/i830_dri.h
+++ b/src/i830_dri.h
@@ -10,7 +10,7 @@
#define I830_MAX_DRAWABLES 256
#define I830_MAJOR_VERSION 1
-#define I830_MINOR_VERSION 3
+#define I830_MINOR_VERSION 4
#define I830_PATCHLEVEL 0
#define I830_REG_SIZE 0x80000
@@ -18,7 +18,6 @@
typedef struct _I830DRIRec {
drm_handle_t regs;
drmSize regsSize;
- drmAddress regsMap;
drmSize backbufferSize;
drm_handle_t backbuffer;