mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 00:36:07 +03:00
3 lines
155 B
Zig
3 lines
155 B
Zig
/// https://developer.apple.com/documentation/quartzcore/calayer/contents_gravity_values?language=objc
|
|
pub extern "c" const kCAGravityTopLeft: *anyopaque;
|