mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-26 20:50:23 +01:00
stw: Remove pipe_winsys references.
This commit is contained in:
parent
ecc0e1ec2e
commit
8d0b689a56
2 changed files with 1 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ struct stw_device *stw_dev = NULL;
|
|||
|
||||
|
||||
/**
|
||||
* XXX: Dispatch pipe_winsys::flush_front_buffer to our
|
||||
* XXX: Dispatch pipe_screen::flush_front_buffer to our
|
||||
* stw_winsys::flush_front_buffer.
|
||||
*/
|
||||
static void
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@
|
|||
|
||||
struct pipe_screen;
|
||||
struct pipe_context;
|
||||
struct pipe_winsys;
|
||||
struct pipe_surface;
|
||||
|
||||
struct stw_winsys
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue