mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Set app id.
This commit is contained in:
parent
1ccc0c39ea
commit
9645998a97
@ -164,6 +164,7 @@ Backend::Backend( const char* title, std::function<void()> redraw, RunQueue* mai
|
||||
s_toplevel = xdg_surface_get_toplevel( s_xdgSurf );
|
||||
xdg_toplevel_add_listener( s_toplevel, &toplevelListener, nullptr );
|
||||
xdg_toplevel_set_title( s_toplevel, title );
|
||||
xdg_toplevel_set_app_id( s_toplevel, "tracy" );
|
||||
|
||||
ImGuiIO& io = ImGui::GetIO();
|
||||
io.BackendPlatformName = "wayland (tracy profiler)";
|
||||
|
Loading…
Reference in New Issue
Block a user