C++ app using Xlib exits with non zero return value
When my X11 window gets a DestroyNotify
event, I would like to close my app, however my process exits with 1 instead of 0. When I run it in debug mode, I get the following error:
When my X11 window gets a DestroyNotify
event, I would like to close my app, however my process exits with 1 instead of 0. When I run it in debug mode, I get the following error: