ArcticaProject / nx-libs

nx-libs
Other
120 stars 39 forks source link

xfixes forwarding not working #1027

Closed uli42 closed 2 years ago

uli42 commented 2 years ago

In current HEAD (b7034724abb859db36a3fa4312e4827141114f45) there's a bug regarding xfixes forwarding for selection changes. I think I know how to fix it but I am lacking time.

The problem is as follows:

The source of all this is 7aa969cd4ee5fe6ecf74f82442e4a0a7491191c1 where I was driven by wanting to get rid of the trap and totally missed what the callback is required for.

I will re-implement the old behaviour soon (a simple revert is not working due to other changes), maybe I can drop the trap by other means.