mirror of
https://github.com/glfw/glfw.git
synced 2025-10-02 21:00:57 +00:00
fixed typo for initwindow
This commit is contained in:
parent
60eeaeee69
commit
303b9baea0
@ -127,7 +127,7 @@ static NSRect convertRectToBacking(_GLFWwindow* window, NSRect contentRect)
|
|||||||
_GLFWwindow* window;
|
_GLFWwindow* window;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (id)initWithGlfwWindow:(_GLFWwindow *)initWndow;
|
- (id)initWithGlfwWindow:(_GLFWwindow *)initWindow;
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user