ghostty/pkg/pixman/error.zig
2022-11-24 10:21:27 -08:00

5 lines
120 B
Zig

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