mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
pgo: add stub for search_selection_cancelled()
Fixes PGO build failures caused by
251545203b
Closes #648
This commit is contained in:
parent
14737d1d82
commit
f281937335
1 changed files with 2 additions and 0 deletions
|
|
@ -152,6 +152,8 @@ shm_chain_new(struct wl_shm *shm, bool scrollable, size_t pix_instances)
|
|||
}
|
||||
|
||||
|
||||
void search_selection_cancelled(struct terminal *term) {}
|
||||
|
||||
int
|
||||
main(int argc, const char *const *argv)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue