mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-29 07:58:01 -04:00
rename project to 'foot'
This commit is contained in:
parent
6e4c31960a
commit
6077b57ca5
2 changed files with 4 additions and 4 deletions
4
main.c
4
main.c
|
|
@ -470,8 +470,8 @@ main(int argc, char *const *argv)
|
||||||
term.wl.xdg_toplevel = xdg_surface_get_toplevel(term.wl.xdg_surface);
|
term.wl.xdg_toplevel = xdg_surface_get_toplevel(term.wl.xdg_surface);
|
||||||
xdg_toplevel_add_listener(term.wl.xdg_toplevel, &xdg_toplevel_listener, &term);
|
xdg_toplevel_add_listener(term.wl.xdg_toplevel, &xdg_toplevel_listener, &term);
|
||||||
|
|
||||||
xdg_toplevel_set_app_id(term.wl.xdg_toplevel, "f00ter");
|
xdg_toplevel_set_app_id(term.wl.xdg_toplevel, "foot");
|
||||||
render_set_title(&term, "f00ter");
|
render_set_title(&term, "foot");
|
||||||
|
|
||||||
wl_surface_commit(term.wl.surface);
|
wl_surface_commit(term.wl.surface);
|
||||||
wl_display_roundtrip(term.wl.display);
|
wl_display_roundtrip(term.wl.display);
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
project('f00ter', 'c',
|
project('foot', 'c',
|
||||||
version: '0.9.0',
|
version: '0.9.0',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|
@ -58,7 +58,7 @@ foreach prot : [
|
||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
executable(
|
executable(
|
||||||
'f00ter',
|
'foot',
|
||||||
'commands.c', 'commands.h',
|
'commands.c', 'commands.h',
|
||||||
'csi.c', 'csi.h',
|
'csi.c', 'csi.h',
|
||||||
'font.c', 'font.h',
|
'font.c', 'font.h',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue