Marius

Results 26 comments of Marius

PS: The knock-on effect of this was also that PING/PONGs were not processed, sending us down incorrect rabbit holes.

Thanks! Will test your user your patch instead, glad I could help!

I use it mostly as buttons but with variations. Sometimes we: - Show selection state, - Right click context - Left click to select or execute (sometimes also double click)...

Thanks, that indeed fixed the issue. It seems our previous code to load config was outside the `g.WithinFrameScope`. However new code which detected multi-monitor changes reloaded new configs after detection,...

This is the layout (positions and sizes) of my 3 monitors that are side-by side in X11. ``` Monitor 0: DPI 1.08, SIZE 3840x2160 - POS 1920,0 - (Work 3656x2128...

Thanks, this seems to work (with a small change) Initially I did not see any reference to `WM_SETTINGCHANGE` when resizing my app bar. This is my debug log for reference,...

Yes, WM_SETTINGCHANGE should be good then. 👍

I just did a text and noticed that our Linux SDL backend did not adjust workarea on Gnome launcher resizing either. Not a big issue for us, but I think...

I've kind of given up on the fidelity of SDL work-area metrics, need to double-check and fall back in my app to compensate for invalid data. This ticket case-in-point: https://github.com/libsdl-org/SDL/issues/11407#issuecomment-2595593102

I have a similar issue with SDL2 + OpenGL3 on Linux. #7950 My same app runs in Windows DX11 and it has no issues there. I also noticed that for...