Closed txenoo closed 12 months ago
This is generating multiple valgrind stacktraces of unitialized usage at:
https://github.com/raspberrypi-ui/wayfire/blob/master/plugins/pixdecor/deco-button.cpp#L67
so better to have some initialization, but didn't get into wich is better true or false.
I think it is probably better to set it to true - whenever a decoration is first drawn, it will be for an active window, so you want the active appearance for the button. I'll test it and see if it matters.
This is generating multiple valgrind stacktraces of unitialized usage at:
https://github.com/raspberrypi-ui/wayfire/blob/master/plugins/pixdecor/deco-button.cpp#L67
so better to have some initialization, but didn't get into wich is better true or false.