From 0b6ee849722002a8bc7cc5374e3136bee4be2ccd Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sun, 2 Feb 2025 09:04:45 +0100 Subject: screen: add frame-buffer --- src/screen/drm/connector/root.zig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/screen/drm/connector/root.zig') diff --git a/src/screen/drm/connector/root.zig b/src/screen/drm/connector/root.zig index 5766851..c104e84 100644 --- a/src/screen/drm/connector/root.zig +++ b/src/screen/drm/connector/root.zig @@ -2,6 +2,7 @@ const std = @import("std"); const os = std.os.linux; const Drm = @import("../request.zig").Drm; const Card = @import("../card.zig").Card; +const FrameBuffer = @import("../frame-buffer/root.zig").FrameBuffer; pub const Connection = @import("connection.zig").Connection; pub const Mode = @import("mode.zig").Mode; -- cgit v1.2.3-70-g09d2