Cloudef / bemenu

Dynamic menu library and client program inspired by dmenu
GNU General Public License v3.0
1.16k stars 90 forks source link

fix dangling pointer state on wayland #310

Closed stacyharper closed 1 year ago

stacyharper commented 1 year ago

With this new version, the pointer click doesnt select the highlighted element.

To fix the issue we initialize correctly the bm_pointer struct.

related: https://github.com/Cloudef/bemenu/issues/308

Cloudef commented 1 year ago

Can you also revise the code to not use |= https://github.com/Cloudef/bemenu/issues/308#issuecomment-1271399953 as explained here

stacyharper commented 1 year ago

Done !

Cloudef commented 1 year ago

Thanks