I want to draw behind the window title bar but I don’t want to worry about having to recreate the window decorations (shape and buttons). Any solution?
🙌 1
k
Kirill Grouchnikov
01/31/2022, 11:41 PM
Can't have both, at least not without diving into native platform specific API bindings
m
manueldidonna
01/31/2022, 11:51 PM
I get it, for now I give it low priority but sooner or later I’ll see how to do it. Thank you
I was digging into aurora source code and I found your issue about undecorated window performance
https://github.com/kirill-grouchnikov/aurora/issues/17