summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915simple/i915_screen.h
diff options
context:
space:
mode:
authorJakob Bornecrantz <wallbraker@gmail.com>2009-08-29 11:32:32 +0100
committerJakob Bornecrantz <wallbraker@gmail.com>2009-08-31 16:29:57 +0100
commitad25d450ec2a0f04f628c58f89fe9f2c7b4d3bf3 (patch)
tree87f894bcb328c74d14ce710ded19224794238457 /src/gallium/drivers/i915simple/i915_screen.h
parent2b6ab615a42bd162b4a870218a5951ca32416c20 (diff)
i915g: Rename screen field on screen to base
Diffstat (limited to 'src/gallium/drivers/i915simple/i915_screen.h')
-rw-r--r--src/gallium/drivers/i915simple/i915_screen.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915simple/i915_screen.h b/src/gallium/drivers/i915simple/i915_screen.h
index 5284c32595..7d5f0f05a5 100644
--- a/src/gallium/drivers/i915simple/i915_screen.h
+++ b/src/gallium/drivers/i915simple/i915_screen.h
@@ -30,6 +30,7 @@
#define I915_SCREEN_H
+#include "pipe/p_state.h"
#include "pipe/p_screen.h"
@@ -43,7 +44,7 @@ extern "C" {
*/
struct i915_screen
{
- struct pipe_screen screen;
+ struct pipe_screen base;
boolean is_i945;
uint pci_id;