wayland: default title shouldn't mention wayland
This commit is contained in:
parent
d308c83fc2
commit
f2c05762ae
1 changed files with 1 additions and 1 deletions
|
|
@ -510,7 +510,7 @@ static void setup_toplevel(MwLL r, int x, int y) {
|
|||
xdg_toplevel_add_listener(r->wayland.toplevel->xdg_top_level, &r->wayland.toplevel->xdg_toplevel_listener,
|
||||
r);
|
||||
|
||||
xdg_toplevel_set_title(r->wayland.toplevel->xdg_top_level, "Milsko Wayland App");
|
||||
xdg_toplevel_set_title(r->wayland.toplevel->xdg_top_level, "Milsko App");
|
||||
xdg_toplevel_set_app_id(r->wayland.toplevel->xdg_top_level, "MilskoWaylandApp");
|
||||
|
||||
// Perform the initial commit and wait for the first configure event
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue