summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2010-01-25 13:35:07 +0800
committerChia-I Wu <olvaffe@gmail.com>2010-01-25 13:35:20 +0800
commit029481d3453f0581cc8aba7503a5d004fc2a3f14 (patch)
tree515a356bf351c32db69a05ecc53f39e76ec5d32b
parent0bb76bac0bc5a198bf17d6d5d6cbaa333730ca11 (diff)
Prefix st_framebuffer_attachment.
Rename the argument to "statt".
-rw-r--r--st_api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/st_api.h b/st_api.h
index 272fe0e..259cd68 100644
--- a/st_api.h
+++ b/st_api.h
@@ -165,7 +165,7 @@ struct st_framebuffer
* @att is either FRONT_LEFT or FRONT_RIGHT.
*/
boolean (*flush_front)(struct st_framebuffer *stfb,
- enum st_framebuffer_attachment att);
+ enum st_framebuffer_attachment statt);
/**
* The state tracker asks for the textures it needs.
@@ -179,7 +179,7 @@ struct st_framebuffer
* thread safty as this call might be done from multiple threads.
*/
boolean (*validate)(struct st_framebuffer *stfb,
- const enum st_framebuffer_attachment *att,
+ const enum st_framebuffer_attachment *statts,
unsigned count,
struct pipe_texture **out);