diff options
author | Nicolai Hähnle <[email protected]> | 2016-07-07 09:25:31 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2016-07-08 10:59:29 +0200 |
commit | 084ca0d8e51ae0a5cca6cfc7e9d018d0b22b6fb7 (patch) | |
tree | d35eb7f51ef43475a2855f10e2a3a50bac10d0cf /src/mesa/state_tracker/st_debug.h | |
parent | 2909e292fc53490d0bc6d433a5ecc1e51e18c34b (diff) |
st/mesa: set debug callback async flag
Reviewed-by: Edward O'Callaghan <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mesa/state_tracker/st_debug.h')
-rw-r--r-- | src/mesa/state_tracker/st_debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_debug.h b/src/mesa/state_tracker/st_debug.h index e14360937a9..6c1e915f68c 100644 --- a/src/mesa/state_tracker/st_debug.h +++ b/src/mesa/state_tracker/st_debug.h @@ -63,7 +63,7 @@ extern int ST_DEBUG; void st_debug_init( void ); -void st_enable_debug_output(struct st_context *st, boolean enable); +void st_update_debug_callback(struct st_context *st); static inline void ST_DBG( unsigned flag, const char *fmt, ... ) |