mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
pgo: add stub for wayl_fractional_scaling()
This commit is contained in:
parent
df96b7f4c0
commit
4a4f2b5dae
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ wayl_win_init(struct terminal *term, const char *token)
|
||||||
void wayl_win_destroy(struct wl_window *win) {}
|
void wayl_win_destroy(struct wl_window *win) {}
|
||||||
void wayl_win_alpha_changed(struct wl_window *win) {}
|
void wayl_win_alpha_changed(struct wl_window *win) {}
|
||||||
bool wayl_win_set_urgent(struct wl_window *win) { return true; }
|
bool wayl_win_set_urgent(struct wl_window *win) { return true; }
|
||||||
|
bool wayl_fractional_scaling(const struct wayland *wayl) { 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