From 956ecb061b1862a4b632c8d5d6b6fa4318e1f640 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Fri, 22 Aug 2025 20:12:56 +0200 Subject: object refactor and add wl output Now the Object is held by the registry instead of the struct its referencing and the struct only has a `handle` which is a usize. --- src/wl/output/subpixel.zig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/wl/output/subpixel.zig (limited to 'src/wl/output/subpixel.zig') diff --git a/src/wl/output/subpixel.zig b/src/wl/output/subpixel.zig new file mode 100644 index 0000000..f6d3bba --- /dev/null +++ b/src/wl/output/subpixel.zig @@ -0,0 +1,8 @@ +pub const Subpixel = enum(u32) { + unkown = 0, + none = 1, + orizontal_rgb = 2, + orizontal_bgr = 3, + vertical_rgb = 4, + vertical_bgr = 5, +}; -- cgit v1.2.3-70-g09d2