summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/identity/id_public.h
diff options
context:
space:
mode:
authorMichal Krol <michal@vmware.com>2009-11-19 08:18:58 +0100
committerMichal Krol <michal@vmware.com>2009-11-19 08:25:25 +0100
commitf56b95e40796ea3859b1cb83341730bf74a6f85f (patch)
tree377d7a9548b966550b96f05abb5ff2971a519775 /src/gallium/drivers/identity/id_public.h
parentc5dc8d7eccab38bf644ac1b9a58d0c5fe4acc4d7 (diff)
identity: Add missing screen methods.
Diffstat (limited to 'src/gallium/drivers/identity/id_public.h')
-rw-r--r--src/gallium/drivers/identity/id_public.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/identity/id_public.h b/src/gallium/drivers/identity/id_public.h
index cac14cfd60..3d2862eaa0 100644
--- a/src/gallium/drivers/identity/id_public.h
+++ b/src/gallium/drivers/identity/id_public.h
@@ -37,4 +37,4 @@ identity_screen_create(struct pipe_screen *screen);
struct pipe_context *
identity_context_create(struct pipe_screen *screen, struct pipe_context *pipe);
-#endif /* PT_PUBLIC_H */
+#endif /* ID_PUBLIC_H */