From: sfricke-samsung Date: Tue, 1 Mar 2022 05:44:05 +0000 (-0600) Subject: loader: Fix wayland copy paste error X-Git-Tag: upstream/v1.3.207~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a4fb0b36cf5de03b08c373159c45e03cf248318f;p=platform%2Fupstream%2FVulkan-Loader.git loader: Fix wayland copy paste error --- diff --git a/loader/wsi.c b/loader/wsi.c index 751e59a3..7b7a98c5 100644 --- a/loader/wsi.c +++ b/loader/wsi.c @@ -161,7 +161,7 @@ bool wsi_unsupported_instance_extension(const VkExtensionProperties *ext_prop) { #endif // VK_USE_PLATFORM_DIRECTFB_EXT #ifndef VK_USE_PLATFORM_SCREEN_QNX if (!strcmp(ext_prop->extensionName, "VK_QNX_screen_surface")) return true; -#endif // VK_USE_PLATFORM_WAYLAND_KHR +#endif // VK_USE_PLATFORM_SCREEN_QNX return false; } @@ -1132,7 +1132,7 @@ VKAPI_ATTR VkBool32 VKAPI_CALL terminator_GetPhysicalDeviceDirectFBPresentationS if (!loader_inst->wsi_directfb_surface_enabled) { loader_log( loader_inst, VULKAN_LOADER_ERROR_BIT, 0, - "VK_EXT_directfb_surface extension not enabled. vkGetPhysicalDeviceWaylandPresentationSupportKHR not executed!\n"); + "VK_EXT_directfb_surface extension not enabled. vkGetPhysicalDeviceDirectFBPresentationSupportKHR not executed!\n"); return VK_SUCCESS; }