diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-10-20 22:46:28 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-10-20 22:46:28 +0200 |
commit | 57977f29e10c8c2a8ba58c25e9ab653aed7cc0a9 (patch) | |
tree | f47de5e6f3c3a2bc357d832b2a27a76818b3a85b /src/main.cpp | |
parent | d84054ecbbd15e92736e5e5f55e36f72f410d3a5 (diff) |
gsr-overlay > gsr-ui, 2
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 3760368..198cb9f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -110,7 +110,7 @@ int main(int argc, char **argv) { window_create_params.render_api = MGL_RENDER_API_EGL; mgl::Window window; - if(!window.create("gsr overlay", window_create_params)) + if(!window.create("gsr ui", window_create_params)) startup_error("failed to create window"); unsigned char data = 2; // Prefer being composed to allow transparency @@ -133,7 +133,7 @@ int main(int argc, char **argv) { // overlay.toggle_show(); // }); - //fprintf(stderr, "info: gsr overlay is now ready, waiting for inputs. Press alt+z to show/hide the overlay\n"); + //fprintf(stderr, "info: gsr ui is now ready, waiting for inputs. Press alt+z to show/hide the overlay\n"); mgl::Event event; mgl::Clock frame_delta_clock; |