all: fix pointless discards; typo; fix libmach compilation on Linux (#541)

This commit is contained in:
praschke 2022-09-15 14:41:05 +00:00 committed by GitHub
parent 38c4fc5b01
commit b0cd4ec1a0
Failed to generate hash of commit
4 changed files with 5 additions and 3 deletions

View file

@ -76,7 +76,7 @@ pub fn getFramebufferSize(core: *Core) structs.Size {
return core.internal.getFramebufferSize();
}
// Returns the widow size, in pixel units.
// Returns the window size, in pixel units.
//
// e.g. returns 1280x960 on macOS for a window that is 640x480
pub fn getWindowSize(core: *Core) structs.Size {