From 80042e00a3e2035c6a6dcfb4c286692d80704140 Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Tue, 4 Jan 2022 12:17:36 +0000 Subject: [PATCH] mangoapp: Rename to "mangoapp overlay window" --- src/app/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/main.cpp b/src/app/main.cpp index e11c36f..4d4b579 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -115,7 +115,7 @@ int main(int, char**) glfwWindowHint(GLFW_TRANSPARENT_FRAMEBUFFER, 1); // Create window with graphics context - GLFWwindow* window = glfwCreateWindow(1280, 720, "Dear ImGui GLFW+OpenGL3 example", NULL, NULL); + GLFWwindow* window = glfwCreateWindow(1280, 720, "mangoapp overlay window", NULL, NULL); if (window == NULL) return 1;