diff options
author | Keith Whitwell <[email protected]> | 2009-12-21 22:14:35 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-12-21 22:14:35 +0000 |
commit | 09e785ee04c80c2bdf27245be7dafc79cce5b0ad (patch) | |
tree | 2feefabdfbfdb8667b6866bfc188a62159f8d746 /src/gallium/drivers/failover/fo_winsys.h | |
parent | c020a83fae23f088990b1d5ae2fc4a1ed92f03d9 (diff) |
gallium: remove return value from draw calls
Diffstat (limited to 'src/gallium/drivers/failover/fo_winsys.h')
-rw-r--r-- | src/gallium/drivers/failover/fo_winsys.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/failover/fo_winsys.h b/src/gallium/drivers/failover/fo_winsys.h index a8ce997a1f6..533122b69da 100644 --- a/src/gallium/drivers/failover/fo_winsys.h +++ b/src/gallium/drivers/failover/fo_winsys.h @@ -36,10 +36,13 @@ struct pipe_context; +struct failover_context; struct pipe_context *failover_create( struct pipe_context *hw, struct pipe_context *sw ); +void failover_fail_over( struct failover_context *failover ); + #endif /* FO_WINSYS_H */ |