diff options
author | Brian Paul <[email protected]> | 2009-06-01 15:01:33 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-06-01 15:01:33 -0600 |
commit | 9f6ec50f8c79283583eeebdebd16bf7dcd134816 (patch) | |
tree | fe3e906dda57e8ad35137af941b0a86aa79c7031 /src/mesa/state_tracker/st_public.h | |
parent | 1fa023ae48c31176434f5ad4691eae347e7a395f (diff) | |
parent | 0e8a5a84742adf6e99236f246c77325fad174204 (diff) |
Merge branch 'mesa_7_5_branch'
Diffstat (limited to 'src/mesa/state_tracker/st_public.h')
-rw-r--r-- | src/mesa/state_tracker/st_public.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/state_tracker/st_public.h b/src/mesa/state_tracker/st_public.h index 174fbc63941..04d3a3d7c2c 100644 --- a/src/mesa/state_tracker/st_public.h +++ b/src/mesa/state_tracker/st_public.h @@ -91,9 +91,9 @@ void *st_framebuffer_private( struct st_framebuffer *stfb ); void st_unreference_framebuffer( struct st_framebuffer *stfb ); -void st_make_current(struct st_context *st, - struct st_framebuffer *draw, - struct st_framebuffer *read); +GLboolean st_make_current(struct st_context *st, + struct st_framebuffer *draw, + struct st_framebuffer *read); struct st_context *st_get_current(void); |