mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-15 08:21:03 -04:00
wayland: implement wayl_init()
Wayland instantiation is now done by the wayland backend, not in main.
This commit is contained in:
parent
1adab32906
commit
61cc8c3c55
6 changed files with 569 additions and 526 deletions
4
search.c
4
search.c
|
|
@ -19,8 +19,8 @@
|
|||
static void
|
||||
search_cancel_keep_selection(struct terminal *term)
|
||||
{
|
||||
wl_surface_attach(term->window.search_surface, NULL, 0, 0);
|
||||
wl_surface_commit(term->window.search_surface);
|
||||
wl_surface_attach(term->window->search_surface, NULL, 0, 0);
|
||||
wl_surface_commit(term->window->search_surface);
|
||||
|
||||
free(term->search.buf);
|
||||
term->search.buf = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue