summaryrefslogtreecommitdiff
path: root/src/i830_dri.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-02-19 12:54:48 -0500
committerEric Anholt <eric@anholt.net>2010-02-20 12:57:21 -0500
commitc2c670ef18755cf5c878edf8a6b7d1617f54fe73 (patch)
tree80592e6e5f910b1a4b19c663632570a60c6477fb /src/i830_dri.c
parentb320449f75adf912e06832dacc0b861ce26353bd (diff)
Remove more DRI1 dead code.
Diffstat (limited to 'src/i830_dri.c')
-rw-r--r--src/i830_dri.c6
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,