Issue with XQuartz
#224
|
Hi all, When closing the window in this program, it shuts down the connection with X server and exit with 1 instead of testing for a destroy event and exit gracefully with 0 as I expected. I tried another Xlib tutorial with different code and I get the same behaviour. I admit that I am a beginner with X but I am surprised that this happens. Thanks for helping out. I am on macOS Mojave and XQuartz version is 2.8.1. Here is my source: |
Answered by
alepi
Nov 4, 2021
Replies: 1 comment
|
Turns out it was my lack of knowledge about X protocol. Please feel free to remove this discussion. |
0 replies
Answer selected by
jeremyhu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Turns out it was my lack of knowledge about X protocol. Please feel free to remove this discussion.