diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2008-03-24 10:53:26 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2008-03-24 10:53:26 +0000 |
commit | e0a9ce10f4c30b1aec08c46b6a33885782d40dd0 (patch) | |
tree | 19d3b9f199b3be3b08effb9af4f137ac8b0f8855 /src/gallium | |
parent | f4588c175280cd2b1f5341cd02bed7e9e7d1fd05 (diff) |
draw: pre-declare referenced structs
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_pt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt.h b/src/gallium/auxiliary/draw/draw_pt.h index dfc29b2e7d..439fa4c881 100644 --- a/src/gallium/auxiliary/draw/draw_pt.h +++ b/src/gallium/auxiliary/draw/draw_pt.h @@ -37,6 +37,8 @@ typedef unsigned (*pt_elt_func)( const void *elts, unsigned idx ); +struct draw_pt_middle_end; +struct draw_context; /* The "front end" - prepare sets of fetch, draw elements for the * middle end. |