mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-17 05:33:52 -04:00
pgo: add wayl_win_set_urgent() stub
This commit is contained in:
parent
f5f1bc8dd9
commit
bf44f3f594
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ wayl_win_init(struct terminal *term)
|
||||||
}
|
}
|
||||||
|
|
||||||
void wayl_win_destroy(struct wl_window *win) {}
|
void wayl_win_destroy(struct wl_window *win) {}
|
||||||
|
bool wayl_win_set_urgent(struct wl_window *win) { return true; }
|
||||||
|
|
||||||
bool
|
bool
|
||||||
spawn(struct reaper *reaper, const char *cwd, char *const argv[],
|
spawn(struct reaper *reaper, const char *cwd, char *const argv[],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue