summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/noop/noop_public.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/noop/noop_public.h')
-rw-r--r--src/gallium/drivers/noop/noop_public.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gallium/drivers/noop/noop_public.h b/src/gallium/drivers/noop/noop_public.h
index 8ce82bec69..180ea597fa 100644
--- a/src/gallium/drivers/noop/noop_public.h
+++ b/src/gallium/drivers/noop/noop_public.h
@@ -23,8 +23,7 @@
#ifndef NOOP_PUBLIC_H
#define NOOP_PUBLIC_H
-struct sw_winsys;
-
-struct pipe_screen *noop_screen_create(struct sw_winsys *winsys);
+struct pipe_screen;
+struct pipe_screen *noop_screen_create(struct pipe_screen *screen);
#endif