On Tue Nov 25 15:50:23 2025 +0000, Rémi Bernon wrote:
I don't think a fence here would have any cost? I would even argue that you could remove the check entirely and call `get_window_relative` unconditionally. A server call here is likely not an issue and we could probably ultimately get rid of it through window shared memory once that's implemented.
Ok, thanks, I will remove that pre-check entirely. Meanwhile the bug reporter says that with this change, while initial issue is fixed, the probable minimization happens later with an exit message box. While it is unlikely that this exact change is wrong and more likely it is is missing some extra conditions or hits entirely unrelated aspects, I will look into that before resending.