diff options
Diffstat (limited to 'src/gallium/drivers/svga/svga_state.h')
-rw-r--r-- | src/gallium/drivers/svga/svga_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/svga/svga_state.h b/src/gallium/drivers/svga/svga_state.h index 7f239e7a322..de76cc2c339 100644 --- a/src/gallium/drivers/svga/svga_state.h +++ b/src/gallium/drivers/svga/svga_state.h @@ -40,7 +40,7 @@ void svga_destroy_state( struct svga_context *svga ); struct svga_tracked_state { const char *name; unsigned dirty; - int (*update)( struct svga_context *svga, unsigned dirty ); + enum pipe_error (*update)( struct svga_context *svga, unsigned dirty ); }; /* NEED_SWTNL |