mirror-ghostty/pkg/pixman/error.zig

5 lines
120 B
Zig

pub const Error = error{
// Pixman doesn't really have errors so we just have a single error.
PixmanFailure,
};