9fans / plan9port

Plan 9 from User Space
https://9fans.github.io/plan9port/
Other
1.64k stars 326 forks source link

devdraw: send a button release event to the client in rpc_bouncemouse #414

Closed pmikkelsen closed 4 years ago

pmikkelsen commented 4 years ago

Before, it sometimes happened that the client (9term) lost focus before the mouse was released, and would therefore still think it was clicked when it got focus again later, and thus open the rio menu again.

This fixes #356 for me

pmikkelsen commented 4 years ago

On second try there is now an issue where it is not possible to reshape a 9term window if it has focus. I will try again