rename more stuff

This commit is contained in:
Mitchell Hashimoto
2023-02-22 14:52:38 -08:00
parent fbe35c226b
commit 913131c8f1
10 changed files with 84 additions and 84 deletions

View File

@@ -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,
};