Skip to content

Commit 61206f6

Browse files
author
Stephen Gutekanst
committed
fix AppearanceName
Signed-off-by: Stephen Gutekanst <[email protected]>
1 parent 9a72c94 commit 61206f6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app_kit_manual.zig

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ pub const String = ns.String;
3030
pub const ModalResponse = *String;
3131
pub const PasteboardType = *String;
3232
pub const AboutPanelOptionKey = *String;
33+
pub const AppearanceName = *String;
3334
pub const ModalSession = *opaque {};
3435
pub const PrintInfoAttributeKey = *String;
3536
pub const Rect = cg.Rect;

src/app_kit.zig

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ pub const String = ns.String;
3030
pub const ModalResponse = *String;
3131
pub const PasteboardType = *String;
3232
pub const AboutPanelOptionKey = *String;
33+
pub const AppearanceName = *String;
3334
pub const ModalSession = *opaque {};
3435
pub const PrintInfoAttributeKey = *String;
3536
pub const Rect = cg.Rect;

0 commit comments

Comments
 (0)