Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some fprintf pointers added in "layer: Fix oldSwapchain when going in/out of XWayland bypassing" will crash when executed in the 32-bit WSI layer. GCC also warns about the pointer usage when compiling the 32-bit layer: "warning: format ‘%p’ expects argument of type ‘void*’, but argument 3 has type ‘VkSwapchainKHR’ {aka ‘long long unsigned int’} [-Wformat=]" To keep it simple, let's just reinterpret_cast the problematic pointers to void*. Closes: ValveSoftware#1718 Closes: ValveSoftware#1736
- Loading branch information