river: Implement fractional_scale_v1
This commit is contained in:
committed by
Isaac Freund
parent
db70868c04
commit
6a74ed99fa
2
deps/zig-wlroots
vendored
2
deps/zig-wlroots
vendored
Submodule deps/zig-wlroots updated: 9901da0c3b...13fdf6c067
@ -145,6 +145,7 @@ pub fn init(self: *Self) !void {
|
||||
_ = try wlr.ScreencopyManagerV1.create(self.wl_server);
|
||||
_ = try wlr.SinglePixelBufferManagerV1.create(self.wl_server);
|
||||
_ = try wlr.Viewporter.create(self.wl_server);
|
||||
_ = try wlr.FractionalScaleManagerV1.create(self.wl_server, 1);
|
||||
}
|
||||
|
||||
/// Free allocated memory and clean up. Note: order is important here
|
||||
|
Reference in New Issue
Block a user