aboutsummaryrefslogtreecommitdiff
path: root/src/wl/output/geometry.zig
blob: 2dfcf2fd307c63eef36230b7ab6f993547286db2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
const Subpixel = @import("root.zig").Subpixel;
const Transform = @import("root.zig").Transform;

x: u32,
y: u32,
physical_width: u32,
physical_height: u32,
subpixel: Subpixel,
make: []const u8,
model: []const u8,
transform: Transform,