summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/wsi_common_x11.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/intel/vulkan/wsi_common_x11.h')
-rw-r--r--src/intel/vulkan/wsi_common_x11.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/intel/vulkan/wsi_common_x11.h b/src/intel/vulkan/wsi_common_x11.h
index 4d95e53ff01..7166f099fdb 100644
--- a/src/intel/vulkan/wsi_common_x11.h
+++ b/src/intel/vulkan/wsi_common_x11.h
@@ -25,18 +25,18 @@
#include "wsi_common.h"
-VkBool32 anv_get_physical_device_xcb_presentation_support(
- struct anv_wsi_device *wsi_device,
+VkBool32 wsi_get_physical_device_xcb_presentation_support(
+ struct wsi_device *wsi_device,
VkAllocationCallbacks *alloc,
uint32_t queueFamilyIndex,
xcb_connection_t* connection,
xcb_visualid_t visual_id);
-VkResult anv_create_xcb_surface(const VkAllocationCallbacks *pAllocator,
+VkResult wsi_create_xcb_surface(const VkAllocationCallbacks *pAllocator,
const VkXcbSurfaceCreateInfoKHR *pCreateInfo,
VkSurfaceKHR *pSurface);
-VkResult anv_create_xlib_surface(const VkAllocationCallbacks *pAllocator,
+VkResult wsi_create_xlib_surface(const VkAllocationCallbacks *pAllocator,
const VkXlibSurfaceCreateInfoKHR *pCreateInfo,
VkSurfaceKHR *pSurface);
#endif