mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-30 20:28:14 +02:00
graw: Add struct pipe_surface forward declaration.
Fixes this GCC warning. graw.h:93: warning: 'struct pipe_surface' declared inside parameter list graw.h:93: warning: its scope is only this definition or declaration, which is probably not what you want
This commit is contained in:
parent
d8eef5196f
commit
ef6967ddc2
1 changed files with 2 additions and 1 deletions
|
|
@ -44,8 +44,9 @@
|
|||
#include "pipe/p_compiler.h"
|
||||
#include "pipe/p_format.h"
|
||||
|
||||
struct pipe_screen;
|
||||
struct pipe_context;
|
||||
struct pipe_screen;
|
||||
struct pipe_surface;
|
||||
|
||||
/* Returns a handle to be used with flush_frontbuffer()/present().
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue