HumbleUI / JWM

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

X11: EventFrame is issued twice per resize #212

Closed dzaima closed 2 years ago

dzaima commented 2 years ago

once here: https://github.com/HumbleUI/JWM/blob/ed502a8d4a8b5f3d732ff63fd827e8cff608a4b6/shared/java/Window.java#L373-L375

and then again here: https://github.com/HumbleUI/JWM/blob/ed502a8d4a8b5f3d732ff63fd827e8cff608a4b6/linux/cc/WindowManagerX11.cc#L447-L456

This ends up in a somewhat noticeable stutter, compared to commenting out the call in Window.java.