summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/i915simple/i915_winsys.h
diff options
context:
space:
mode:
authorKeith Whitwell <[email protected]>2007-08-10 10:01:15 +0100
committerKeith Whitwell <[email protected]>2007-08-10 10:15:31 +0100
commitc12b71ef93ed71a78473568025d2b4d8d8fd2003 (patch)
tree4f1584cbdc29f8166f8ee04d285f6e878a7e5984 /src/mesa/pipe/i915simple/i915_winsys.h
parentcb2d95ba68affe665619cc0ec7b74fd0aaae7fc2 (diff)
Pass pci_id to i915_create()
Diffstat (limited to 'src/mesa/pipe/i915simple/i915_winsys.h')
-rw-r--r--src/mesa/pipe/i915simple/i915_winsys.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/pipe/i915simple/i915_winsys.h b/src/mesa/pipe/i915simple/i915_winsys.h
index 887308f5dda..9802148aa1b 100644
--- a/src/mesa/pipe/i915simple/i915_winsys.h
+++ b/src/mesa/pipe/i915simple/i915_winsys.h
@@ -123,7 +123,8 @@ struct i915_winsys {
#define I915_BUFFER_ACCESS_READ 0x2
-struct pipe_context *i915_create( struct i915_winsys * );
+struct pipe_context *i915_create( struct i915_winsys *,
+ unsigned pci_id );
#endif