pgo: add wayl_win_set_urgent() stub

This commit is contained in:
Daniel Eklöf 2021-05-11 07:56:04 +02:00
parent f5f1bc8dd9
commit bf44f3f594
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -81,6 +81,7 @@ wayl_win_init(struct terminal *term)
}
void wayl_win_destroy(struct wl_window *win) {}
bool wayl_win_set_urgent(struct wl_window *win) { return true; }
bool
spawn(struct reaper *reaper, const char *cwd, char *const argv[],