diff options
Diffstat (limited to 'src/gallium/drivers/rbug/rbug_screen.h')
-rw-r--r-- | src/gallium/drivers/rbug/rbug_screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/rbug/rbug_screen.h b/src/gallium/drivers/rbug/rbug_screen.h index fd92374beda..67e28762b70 100644 --- a/src/gallium/drivers/rbug/rbug_screen.h +++ b/src/gallium/drivers/rbug/rbug_screen.h @@ -49,7 +49,7 @@ struct rbug_screen /* remote debugger */ struct rbug_rbug *rbug; - pipe_mutex list_mutex; + mtx_t list_mutex; int num_contexts; int num_resources; int num_surfaces; |