mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-07 14:06:00 +01:00
Merge pull request #491 from emersion/fractional-output-artifact
Remove fractional output PR artifact
This commit is contained in:
commit
25acc37d67
1 changed files with 0 additions and 4 deletions
|
@ -256,10 +256,6 @@ void wlr_output_set_scale(struct wlr_output *output, float scale) {
|
||||||
wl_signal_emit(&output->events.scale, output);
|
wl_signal_emit(&output->events.scale, output);
|
||||||
}
|
}
|
||||||
|
|
||||||
uint32_t wlr_output_integral_scale(struct wlr_output *output) {
|
|
||||||
return ceil(output->scale);
|
|
||||||
}
|
|
||||||
|
|
||||||
void wlr_output_init(struct wlr_output *output, struct wlr_backend *backend,
|
void wlr_output_init(struct wlr_output *output, struct wlr_backend *backend,
|
||||||
const struct wlr_output_impl *impl) {
|
const struct wlr_output_impl *impl) {
|
||||||
assert(impl->make_current && impl->swap_buffers && impl->transform);
|
assert(impl->make_current && impl->swap_buffers && impl->transform);
|
||||||
|
|
Loading…
Reference in a new issue