diff options
author | Eric Anholt <eric@anholt.net> | 2010-02-19 12:54:48 -0500 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-02-20 12:57:21 -0500 |
commit | c2c670ef18755cf5c878edf8a6b7d1617f54fe73 (patch) | |
tree | 80592e6e5f910b1a4b19c663632570a60c6477fb /src/i830_dri.c | |
parent | b320449f75adf912e06832dacc0b861ce26353bd (diff) |
Remove more DRI1 dead code.
Diffstat (limited to 'src/i830_dri.c')
-rw-r--r-- | src/i830_dri.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/i830_dri.c b/src/i830_dri.c index 83565257..dbf7c663 100644 --- a/src/i830_dri.c +++ b/src/i830_dri.c @@ -61,7 +61,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. #include "GL/glxtokens.h" #include "i830.h" -#include "i830_dri.h" #include "i915_drm.h" @@ -75,6 +74,11 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. extern XF86ModuleData dri2ModuleData; #endif +typedef struct { + PixmapPtr pixmap; + unsigned int attachment; +} I830DRI2BufferPrivateRec, *I830DRI2BufferPrivatePtr; + #ifndef USE_DRI2_1_1_0 static DRI2BufferPtr I830DRI2CreateBuffers(DrawablePtr drawable, unsigned int *attachments, |