mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-11 22:28:20 +00:00
pkg/macos: CFURL
This commit is contained in:
@@ -83,7 +83,7 @@ pub const FontAttribute = enum {
|
||||
|
||||
pub fn Value(self: FontAttribute) type {
|
||||
return switch (self) {
|
||||
.url => *anyopaque, // CFUrl
|
||||
.url => *foundation.URL,
|
||||
.name => *foundation.String,
|
||||
.display_name => *foundation.String,
|
||||
.family_name => *foundation.String,
|
||||
|
||||
Reference in New Issue
Block a user