Hi all,
I'm just getting into development on Linux, and I'm having trouble preventing a window resize. Tried looking it up, couldn't find a whole lot of Linux-related info. On Windows, I simply setup my window without sf::Style::Resize and I'm good. However, under Linux (at least under Arch with i3wm+compton) this doesn't work and the user can still resize the window. Is there something specific to Linux I have to do, or is this simply impossible due to the way window managers/compositors work?
Thanks in advance.