diff options
Diffstat (limited to 'st_api.h')
-rw-r--r-- | st_api.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -221,10 +221,10 @@ struct st_context * This gives access to the underlying data structure of a state tracker * context resource. */ - boolean (*lock_resource)(const struct st_manager_api *api, - struct st_manager_resource *res); - void (*unlock_resource)(const struct st_manager_api *api, - const struct st_manager_resource *res); + boolean (*lock_resource)(struct st_context *ctx, + struct st_context_resource *res); + void (*unlock_resource)(struct st_context *ctx, + const struct st_context_resource *res); /** * Invalidate the current textures that was taken from a framebuffer. |