diff options
author | Michal Krol <[email protected]> | 2009-11-19 08:18:58 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-11-19 08:25:25 +0100 |
commit | f56b95e40796ea3859b1cb83341730bf74a6f85f (patch) | |
tree | 377d7a9548b966550b96f05abb5ff2971a519775 /src/gallium/drivers/identity/id_public.h | |
parent | c5dc8d7eccab38bf644ac1b9a58d0c5fe4acc4d7 (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.h | 2 |
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 cac14cfd604..3d2862eaa01 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 */ |