d3d12: Fix forward decl for sw_winsys

Closes part of: https://gitlab.freedesktop.org/mesa/mesa/-/issues/4099

Reviewed-by: Bill Kristiansen <billkris@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16760>
This commit is contained in:
Jesse Natalie 2022-05-27 16:31:29 -07:00 committed by Marge Bot
parent 77a6feff89
commit 55f9ff03c2
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ extern "C" {
struct pipe_resource;
struct pipe_screen;
struct pipe_context;
struct stw_winsys;
struct sw_winsys;
struct pipe_screen *
d3d12_wgl_create_screen(struct sw_winsys *winsys,