Skip to content

Commit

Permalink
winex11: Fix resize_vk_surfaces() prototype.
Browse files Browse the repository at this point in the history
  • Loading branch information
nsivov authored and ivyl committed Dec 14, 2023
1 parent 6f39461 commit 1104c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlls/winex11.drv/vulkan.c
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ void destroy_vk_surface(HWND hwnd)
{
}

void resize_vk_surfaces(HWND hwnd, Window active, int mask, XWindowChanges changes)
void resize_vk_surfaces(HWND hwnd, Window active, int mask, XWindowChanges *changes)
{
}

Expand Down

0 comments on commit 1104c5d

Please sign in to comment.