summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_wsi_wayland.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/intel/vulkan/anv_wsi_wayland.c')
-rw-r--r--src/intel/vulkan/anv_wsi_wayland.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/intel/vulkan/anv_wsi_wayland.c b/src/intel/vulkan/anv_wsi_wayland.c
index 293838a..5d49671 100644
--- a/src/intel/vulkan/anv_wsi_wayland.c
+++ b/src/intel/vulkan/anv_wsi_wayland.c
@@ -27,8 +27,8 @@
#include "vk_format_info.h"
#include <util/hash_table.h>
-#include "anv_private.h"
#include "wsi_common_wayland.h"
+#include "anv_private.h"
VkBool32 anv_GetPhysicalDeviceWaylandPresentationSupportKHR(
VkPhysicalDevice physicalDevice,
@@ -55,5 +55,5 @@ VkResult anv_CreateWaylandSurfaceKHR(
else
alloc = &instance->alloc;
- return anv_create_wl_surface(alloc, pCreateInfo, pSurface);
+ return wsi_create_wl_surface(alloc, pCreateInfo, pSurface);
}