mirror of
https://github.com/gwm17/glfw.git
synced 2025-02-07 06:38:50 -05:00
Fixed copypaste errors.
This commit is contained in:
parent
df6d4bc58a
commit
dd298ab908
|
@ -41,7 +41,7 @@
|
||||||
// Returns the X11 handle of the specified window
|
// Returns the X11 handle of the specified window
|
||||||
//========================================================================
|
//========================================================================
|
||||||
|
|
||||||
GLFWAPI id glfwGetCocoaWindow(GLFWwindow window)
|
GLFWAPI id glfwGetCocoaWindow(GLFWwindow handle)
|
||||||
{
|
{
|
||||||
_GLFWwindow* window = (_GLFWwindow*) handle;
|
_GLFWwindow* window = (_GLFWwindow*) handle;
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@ GLFWAPI id glfwGetCocoaWindow(GLFWwindow window)
|
||||||
// Return the GLX context of the specified window
|
// Return the GLX context of the specified window
|
||||||
//========================================================================
|
//========================================================================
|
||||||
|
|
||||||
GLFWAPI id glfwGetNSGLContext(GLFWwindow window)
|
GLFWAPI id glfwGetNSGLContext(GLFWwindow handle)
|
||||||
{
|
{
|
||||||
_GLFWwindow* window = (_GLFWwindow*) handle;
|
_GLFWwindow* window = (_GLFWwindow*) handle;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user