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:
Vinson Lee 2010-11-08 11:55:30 -08:00
parent d8eef5196f
commit ef6967ddc2
1 changed files with 2 additions and 1 deletions

View File

@ -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().
*