We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc9733 commit 743c4ffCopy full SHA for 743c4ff
lib/glfw.rb
@@ -671,6 +671,7 @@ def self.load_lib(lib_path = nil, output_error = false)
671
when :OPENGL_PLATFORM_MACOSX
672
@@lib_signature << 'unsigned int glfwGetCocoaMonitor(void*)'
673
@@lib_signature << 'void* glfwGetCocoaWindow(void*)'
674
+ @@lib_signature << 'void* glfwGetCocoaView(void*)'
675
@@lib_signature << 'void* glfwGetNSGLContext(void*)'
676
when :OPENGL_PLATFORM_LINUX
677
@@lib_signature << 'void* glfwGetX11Display()'
0 commit comments