mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-23 05:10:17 +00:00
rename more stuff
This commit is contained in:
@@ -6,8 +6,8 @@ pub const ContentScale = struct {
|
||||
y: f32,
|
||||
};
|
||||
|
||||
/// The size of the window in pixels.
|
||||
pub const WindowSize = struct {
|
||||
/// The size of the surface in pixels.
|
||||
pub const SurfaceSize = struct {
|
||||
width: u32,
|
||||
height: u32,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user