pgo: add stub for search_selection_cancelled()

Fixes PGO build failures caused by
251545203b

Closes #648
This commit is contained in:
Daniel Eklöf 2021-07-23 10:15:35 +02:00
parent 14737d1d82
commit f281937335
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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)
{