HumbleUI / JWM

Cross-platform window management and OS integration library for Java
Apache License 2.0
571 stars 46 forks source link

X11: Window decoration handling #189

Closed dzaima closed 2 years ago

dzaima commented 2 years ago

I kept the XGetWindowAttributes as a fallback for if _NET_FRAME_EXTENTS fails. Not sure if that, or just giving zeroes is better. Can't find what x/y of XGetWindowAttributes is supposed to do, but on my system it gives numbers unrelated to anything as far as I can tell.

Fixes #144, #109

tonsky commented 2 years ago

Works much better. I only found one remaining issue with it (it probably was there before, too): #198. Would be great if you can take a look