r300-gallium: C++ compat fix.

Oops. :3
This commit is contained in:
Corbin Simpson 2009-03-05 08:41:04 -08:00
parent dc527de95e
commit df8755edbe

View file

@ -88,12 +88,12 @@ struct r300_winsys {
struct pipe_context* r300_create_context(struct pipe_screen* screen,
struct r300_winsys* r300_winsys);
#ifdef __cplusplus
}
#endif
boolean r300_get_texture_buffer(struct pipe_texture* texture,
struct pipe_buffer** buffer,
unsigned* stride);
#ifdef __cplusplus
}
#endif
#endif /* R300_WINSYS_H */