-
Notifications
You must be signed in to change notification settings - Fork 187
cube: Fix xlib window close #1160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cube: Fix xlib window close #1160
Conversation
|
CI Vulkan-Tools build queued with queue ID 534996. |
|
CI Vulkan-Tools build queued with queue ID 535011. |
|
CI Vulkan-Tools build # 1818 running. |
|
CI Vulkan-Tools build # 1818 passed. |
|
I don't mind the change, but could I get a 1 line description of what the problem is? Best to put it in the commit message. |
XSetVMProtocols is needed to register WM_DELETE_WINDOW. Without this the window close event was never received. The window was still destroyed and vkAcquireNextImageKHR returned VK_ERROR_SURFACE_LOST_KHR
9554722 to
a03448a
Compare
|
CI Vulkan-Tools build queued with queue ID 535184. |
|
CI Vulkan-Tools build queued with queue ID 535199. |
charles-lunarg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh this makes a lot of sense now! Thanks for the quick fix :D
|
CI Vulkan-Tools build # 1821 running. |
|
CI Vulkan-Tools build # 1821 passed. |
No description provided.