mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-24 08:15:21 +00:00
pkg/macos: yeet more usingns
This commit is contained in:
@@ -2,11 +2,11 @@ const std = @import("std");
|
||||
const assert = std.debug.assert;
|
||||
const Allocator = std.mem.Allocator;
|
||||
const graphics = @import("../graphics.zig");
|
||||
const context = @import("context.zig");
|
||||
const Context = @import("context.zig").Context;
|
||||
const c = @import("c.zig").c;
|
||||
|
||||
pub const BitmapContext = opaque {
|
||||
pub usingnamespace context.Context(BitmapContext);
|
||||
pub const context = Context(BitmapContext);
|
||||
|
||||
pub fn create(
|
||||
data: ?[]u8,
|
||||
|
||||
Reference in New Issue
Block a user