summaryrefslogtreecommitdiff
path: root/src/screen/drm/card.zig
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2025-02-01 13:06:31 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2025-02-01 13:06:31 +0100
commit740281072f9e53e5ce62590a352f35d8cc02770a (patch)
tree903dd76feed6e640872a83bfeaeb6239c0870b6f /src/screen/drm/card.zig
parent85bcada8cf78bdf2bfb3be583289686026e0f25e (diff)
reorganize drm connector
Diffstat (limited to 'src/screen/drm/card.zig')
-rw-r--r--src/screen/drm/card.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen/drm/card.zig b/src/screen/drm/card.zig
index 67f81f3..9ad34fb 100644
--- a/src/screen/drm/card.zig
+++ b/src/screen/drm/card.zig
@@ -4,7 +4,7 @@ const os = std.os.linux;
const cerror = @import("../cerror.zig");
const Resources = @import("resources.zig").Resources;
-const Connector = @import("connector.zig").Connector;
+const Connector = @import("connector/root.zig").Connector;
pub const Card = struct {