diff options
author | Marek Olšák <[email protected]> | 2009-11-19 22:40:11 +0100 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-11-20 18:06:21 -0800 |
commit | 435c495549d707432f9fb9868e665a42a6923058 (patch) | |
tree | 00ced2b3a34d197caf37f8cd3fd0d51bb4b37abb /src/gallium/drivers/r300/r300_screen.h | |
parent | 624a0cd9c1bcc8d0952bb30e3336237fb99041b2 (diff) |
r300g: silence warnings
Diffstat (limited to 'src/gallium/drivers/r300/r300_screen.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_screen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_screen.h b/src/gallium/drivers/r300/r300_screen.h index 41df31f670f..1ce5ff3904b 100644 --- a/src/gallium/drivers/r300/r300_screen.h +++ b/src/gallium/drivers/r300/r300_screen.h @@ -27,6 +27,8 @@ #include "r300_chipset.h" +struct r300_winsys; + struct r300_screen { /* Parent class */ struct pipe_screen screen; |