I need to be able to reproduce this before I can fix it, but my attempts
to reproduce it by adding a destructor to GLXspheres and calling
XGetSelectionOwner() within the destructor failed. I also tried calling
xcb_poll_for_event() within the body of my destructor function, but it
just returned NUL
On 11/07/16 03:54 PM, DRC wrote:
> I need to be able to reproduce this before I can fix it, but my attempts
> to reproduce it by adding a destructor to GLXspheres and calling
> XGetSelectionOwner() within the destructor failed. I also tried calling
> xcb_poll_for_event() within the body of my dest