diff options
Diffstat (limited to 'src/intel/vulkan/wsi_common_wayland.h')
-rw-r--r-- | src/intel/vulkan/wsi_common_wayland.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/intel/vulkan/wsi_common_wayland.h b/src/intel/vulkan/wsi_common_wayland.h index a4b814c23df..effba0ebba4 100644 --- a/src/intel/vulkan/wsi_common_wayland.h +++ b/src/intel/vulkan/wsi_common_wayland.h @@ -26,10 +26,10 @@ #include "wsi_common.h" VkBool32 -wsi_wl_get_presentation_support(struct anv_wsi_device *wsi_device, +wsi_wl_get_presentation_support(struct wsi_device *wsi_device, struct wl_display *wl_display); -VkResult anv_create_wl_surface(const VkAllocationCallbacks *pAllocator, +VkResult wsi_create_wl_surface(const VkAllocationCallbacks *pAllocator, const VkWaylandSurfaceCreateInfoKHR *pCreateInfo, VkSurfaceKHR *pSurface); #endif |