mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
Set XDG toplevel title
This commit is contained in:
parent
46e3c9d4d4
commit
e062ff7b97
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
|
@ -412,7 +412,7 @@ main(int argc, const char *const *argv)
|
|||
xdg_toplevel_add_listener(c.wl.xdg_toplevel, &xdg_toplevel_listener, &c);
|
||||
|
||||
xdg_toplevel_set_app_id(c.wl.xdg_toplevel, "f00ter");
|
||||
xdg_toplevel_set_title(c.wl.xdg_toplevel, "hello world");
|
||||
xdg_toplevel_set_title(c.wl.xdg_toplevel, "f00ter");
|
||||
|
||||
wl_surface_commit(c.wl.surface);
|
||||
wl_display_roundtrip(c.wl.display);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue