From 9fd81c0b38b2b843c24fb61bf8cb5b7873deaa72 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Wed, 12 Feb 2025 12:48:11 +0100 Subject: graphics: add line --- src/screen/drm/root.zig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/screen/drm/root.zig') diff --git a/src/screen/drm/root.zig b/src/screen/drm/root.zig index 5012743..2417463 100644 --- a/src/screen/drm/root.zig +++ b/src/screen/drm/root.zig @@ -6,4 +6,3 @@ pub const Event = @import("event.zig").Event; pub const Connector = @import("connector/root.zig").Connector; pub const Crtc = @import("crtc.zig").Crtc; pub const Buffer = @import("buffer/root.zig").Buffer; -pub const Pixel = @import("pixel.zig").Pixel; -- cgit v1.2.3-70-g09d2