Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Mar 29, 2024
1 parent d99e994 commit 1061d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ruisapp/glue/linux/glue_wayland.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 1061d9f

Please sign in to comment.