diff options
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_winsys.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_winsys.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/vl/vl_winsys.h b/src/gallium/auxiliary/vl/vl_winsys.h index 642f0108d02..f6b47c964f9 100644 --- a/src/gallium/auxiliary/vl/vl_winsys.h +++ b/src/gallium/auxiliary/vl/vl_winsys.h @@ -38,10 +38,12 @@ struct pipe_screen; struct pipe_surface; +struct pipe_loader_device; struct vl_screen { struct pipe_screen *pscreen; + struct pipe_loader_device *dev; }; struct vl_screen* |