diff options
Diffstat (limited to 'src/gallium/targets/pipe-loader/pipe_i915.c')
-rw-r--r-- | src/gallium/targets/pipe-loader/pipe_i915.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/pipe-loader/pipe_i915.c b/src/gallium/targets/pipe-loader/pipe_i915.c index 2183dc3c147..43061b06d66 100644 --- a/src/gallium/targets/pipe-loader/pipe_i915.c +++ b/src/gallium/targets/pipe-loader/pipe_i915.c @@ -5,7 +5,7 @@ #include "i915/i915_public.h" static struct pipe_screen * -create_screen(int fd) +create_screen(int fd, unsigned flags) { struct i915_winsys *iws; struct pipe_screen *screen; |