[rcore] ToggleBorderlessWindowed()
can't enable window decoration on Linux Mint (X11)
#4889
Labels
ToggleBorderlessWindowed()
can't enable window decoration on Linux Mint (X11)
#4889
Hi, I tried to add full screen/window mode to my project by using
ToggleBorderlessWindowed()
. I found that switching to full screen window mode without decoration works great but unfortunately callingToggleBorderlessWindowed()
again does not return to window mode with decorations. I also tried raylib current master and it does not work.Environment
I use Linux Mint 22.1 with Cinnamon on X11, using NVIDIA GeForce GTX 1060 6GB (driver 550.120), raylib master
Issue workaround
After a little investigation I came across the code in issue #4149 (comment) that works great. Maybe there should be
ifdef
for linux in code.Implementation that work for me (based on #4149 (comment) code from master commented) :
The text was updated successfully, but these errors were encountered: