pgo: add stub for wayl_fractional_scaling()

This commit is contained in:
Daniel Eklöf 2023-07-17 20:13:50 +02:00
parent df96b7f4c0
commit 4a4f2b5dae
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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[],