summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rendering/src/window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rendering/src/window.c b/src/rendering/src/window.c
index 5e76cf2..67a2b55 100644
--- a/src/rendering/src/window.c
+++ b/src/rendering/src/window.c
@@ -80,6 +80,8 @@ Window* init_window_glfw(
INFO_("initializing window...");
//glfwWindowHint(GLFW_CLIENT_API, GLFW_NO_API);
glfwWindowHint(GLFW_RESIZABLE, GLFW_FALSE);
+ glfwWindowHint(GLFW_DECORATED, GLFW_FALSE);
+ glfwWindowHint(GLFW_FLOATING, GLFW_TRUE);
glfwWindowHint(GLFW_SAMPLES, 0); // Disable anti aliasing