diff options
author | Brian <[email protected]> | 2007-11-02 11:41:32 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-11-05 08:04:47 -0700 |
commit | 4019277f09448a0f7ffb7dd620e9bc5613f9b758 (patch) | |
tree | 43fe903d3506bdb99493192e03da67aee349cbea /src/mesa/state_tracker/st_public.h | |
parent | f6427e35572f857567f4459ad0501babbecef2f7 (diff) |
public st_flush()
Diffstat (limited to 'src/mesa/state_tracker/st_public.h')
-rw-r--r-- | src/mesa/state_tracker/st_public.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_public.h b/src/mesa/state_tracker/st_public.h index 3056b5a3e7d..1cc6e6e40e2 100644 --- a/src/mesa/state_tracker/st_public.h +++ b/src/mesa/state_tracker/st_public.h @@ -46,4 +46,6 @@ void st_destroy_context2( struct st_context *st ); void st_invalidate_state(GLcontext * ctx, GLuint new_state); +void st_flush( struct st_context *st ); + #endif |