diff options
| author | Jon Ashburn <jon@lunarg.com> | 2015-11-30 08:23:10 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-12-01 10:32:46 -0700 |
| commit | c2ba5ca193e9f903d158231ea703ed2ce4481278 (patch) | |
| tree | a0daec18361fc92db9a8fcaab1bbd2cec385f763 /loader | |
| parent | 4a7154ea7277cf846262b5194ade86f5e96b340a (diff) | |
| download | usermoji-c2ba5ca193e9f903d158231ea703ed2ce4481278.tar.xz | |
loader: Fix WSI compilation error if not XCB
Diffstat (limited to 'loader')
| -rw-r--r-- | loader/wsi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/wsi.c b/loader/wsi.c index a9700cb0..f5dc823d 100644 --- a/loader/wsi.c +++ b/loader/wsi.c @@ -1056,6 +1056,7 @@ bool wsi_swapchain_instance_gpa(struct loader_instance *ptr_instance, if (!strcmp("vkGetPhysicalDeviceXlibPresentationSupportKHR", name)) { *addr = ptr_instance->wsi_xlib_surface_enabled ? (void *) vkGetPhysicalDeviceXlibPresentationSupportKHR : NULL; return true; + } #endif // VK_USE_PLATFORM_XLIB_KHR #endif // _WIN32 |
