diff options
author | Brian <[email protected]> | 2007-11-05 09:59:34 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-11-05 09:59:34 -0700 |
commit | 74866737db739bef8b7593d5060e4f80d91ff33a (patch) | |
tree | 23c55c30616517fb5e0d3b8145a6fbffec485d88 /src/mesa/state_tracker/st_public.h | |
parent | 9fc03fed01e3988f6cf07bb9c041328232b7bacf (diff) |
added st_notify_swapbuffers()
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 acbf54d5ab3..8162ceeffab 100644 --- a/src/mesa/state_tracker/st_public.h +++ b/src/mesa/state_tracker/st_public.h @@ -71,4 +71,6 @@ void st_invalidate_state(GLcontext * ctx, GLuint new_state); void st_flush( struct st_context *st ); +void st_notify_swapbuffers(struct st_framebuffer *stfb); + #endif |