Added st_update_framebuffer struct/object.

This commit is contained in:
Brian
2007-06-15 10:55:12 -06:00
parent 1119852d02
commit 3cdd8bfe8e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -42,6 +42,7 @@
*/
static const struct st_tracked_state *atoms[] =
{
&st_update_framebuffer,
&st_update_cbuf,
&st_update_clip,
&st_update_fs,
+1
View File
@@ -44,6 +44,7 @@ void st_destroy_atoms( struct st_context *st );
void st_validate_state( struct st_context *st );
const struct st_tracked_state st_update_framebuffer;
const struct st_tracked_state st_update_cbuf;
const struct st_tracked_state st_update_clip;
const struct st_tracked_state st_update_depth;