On Mon, Jun 26, 2023 at 12:24:36PM +0000, entoreor wrote:
Don't redefine GLFW's constants. Window hints are intended to be set before creating the window with glfwWindowHint. Window creation hints are documented here: https://www.glfw.org/docs/latest/window.html#window_hints
Hello, I have tried all 3 options, non of them give the effect I was looking for. Another user pointed out that `GLFW_FLOATING` might not be what i'm looking for, how would I make a window floating (in the context of a tiling window manager)
Thank you! ~mutex