mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-22 15:00:22 +01:00
r300-gallium: C++ compat fix.
Oops. :3
This commit is contained in:
parent
dc527de95e
commit
df8755edbe
1 changed files with 4 additions and 4 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue