From 1061d9f4d09ed0653fca229b5b58bdc10b82b71b Mon Sep 17 00:00:00 2001 From: Ivan Gagis Date: Fri, 29 Mar 2024 20:23:13 +0200 Subject: [PATCH] stuff --- src/ruisapp/glue/linux/glue_wayland.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ruisapp/glue/linux/glue_wayland.cxx b/src/ruisapp/glue/linux/glue_wayland.cxx index 4afac3b..e811944 100644 --- a/src/ruisapp/glue/linux/glue_wayland.cxx +++ b/src/ruisapp/glue/linux/glue_wayland.cxx @@ -547,7 +547,7 @@ struct window_wrapper : public utki::destructable { throw std::runtime_error("could not get wayland xdg toplevel"); } - xdg_toplevel_set_title(this->toplev, "Wayland EGL example"); + xdg_toplevel_set_title(this->toplev, "ruisapp wayland"); xdg_toplevel_add_listener(this->toplev, &listener, nullptr); surface.commit();