all: fix pointless discards; typo; fix libmach compilation on Linux (#541)
This commit is contained in:
parent
38c4fc5b01
commit
b0cd4ec1a0
4 changed files with 5 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue