gallium/swr: Fix Windows build

Fixing small mistake in the swr code that caused
compilation issues on Windows

Reviewed-by: Krzysztof Raszkowski <krzysztof.raszkowski@intel.com>

Fixes: 9ac8f8f490
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8117>
This commit is contained in:
jzielins 2020-12-15 18:23:50 +01:00 committed by Marge Bot
parent 5228847c02
commit 9ed50cba6e
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ void swr_destroy_screen_internal(struct swr_screen **screen);
#ifdef _WIN32
void swr_gdi_swap(struct pipe_screen *screen,
struct pipe_conext *ctx,
struct pipe_context *ctx,
struct pipe_resource *res,
void *hDC);
#endif /* _WIN32 */