mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 05:38:16 +02:00
mesa: declare pipe_texture in st_public.h
Fixes: In file included from nouveau_context_dri.c:6: ../../../../../../src/mesa/state_tracker/st_public.h:87: warning: 'struct pipe_texture' declared inside parameter list ../../../../../../src/mesa/state_tracker/st_public.h:87: warning: its scope is only this definition or declaration, which is probably not what you want ../../../../../../src/mesa/state_tracker/st_public.h:104: warning: 'struct pipe_texture' declared inside parameter list Signed-off-by: Pekka Paalanen <pq@iki.fi>
This commit is contained in:
parent
fcf9353fea
commit
c50a9319b1
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ struct st_framebuffer;
|
|||
struct pipe_context;
|
||||
struct pipe_fence_handle;
|
||||
struct pipe_surface;
|
||||
struct pipe_texture;
|
||||
|
||||
|
||||
struct st_context *st_create_context(struct pipe_context *pipe,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue