perl-tk icon indicating copy to clipboard operation
perl-tk copied to clipboard

Fixed XmuClientWindow, was killing Perl with BadWindow

Open mcast opened this issue 10 years ago • 4 comments

I finally tracked down the cause of a BadWindow that was unceremoniously killing our application.

I still don't know what is sending the ClientMessage(WM_PROTOCOL) to us or how to provoke that, but it gives a windowid=0x1 and the would crash the app until d2446dd.

I haven't attempted to test that XmuClientWindow still works, but I have seen ClientMessages go past which would otherwise have crashed.

mcast avatar Oct 16 '14 14:10 mcast