From 04d53629db766afc470380db98a66cc0a1502869 Mon Sep 17 00:00:00 2001 From: Yuri Kunde Schlesner Date: Sat, 23 Aug 2014 11:48:58 -0300 Subject: Remove documentation for external modules. We don't need these and they clutter up the repository. --- externals/glfw-3.0.2/docs/html/glfw3native_8h.html | 140 --------------------- 1 file changed, 140 deletions(-) delete mode 100644 externals/glfw-3.0.2/docs/html/glfw3native_8h.html (limited to 'externals/glfw-3.0.2/docs/html/glfw3native_8h.html') diff --git a/externals/glfw-3.0.2/docs/html/glfw3native_8h.html b/externals/glfw-3.0.2/docs/html/glfw3native_8h.html deleted file mode 100644 index 3fb13badb..000000000 --- a/externals/glfw-3.0.2/docs/html/glfw3native_8h.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - -GLFW: glfw3native.h File Reference - - - - - - - - - -
-
- - - - - - -
-
GLFW -  3.0.2 -
-
A multi-platform library for OpenGL, window and input
-
-
- - - - - - - - - -
- -
- - -
-
- -
-
glfw3native.h File Reference
-
-
- -

Go to the source code of this file.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Functions

HWND glfwGetWin32Window (GLFWwindow *window)
 Returns the HWND of the specified window. More...
 
HGLRC glfwGetWGLContext (GLFWwindow *window)
 Returns the HGLRC of the specified window. More...
 
id glfwGetCocoaWindow (GLFWwindow *window)
 Returns the NSWindow of the specified window. More...
 
id glfwGetNSGLContext (GLFWwindow *window)
 Returns the NSOpenGLContext of the specified window. More...
 
Display * glfwGetX11Display (void)
 Returns the Display used by GLFW. More...
 
Window glfwGetX11Window (GLFWwindow *window)
 Returns the Window of the specified window. More...
 
GLXContext glfwGetGLXContext (GLFWwindow *window)
 Returns the GLXContext of the specified window. More...
 
EGLDisplay glfwGetEGLDisplay (void)
 Returns the EGLDisplay used by GLFW. More...
 
EGLContext glfwGetEGLContext (GLFWwindow *window)
 Returns the EGLContext of the specified window. More...
 
EGLSurface glfwGetEGLSurface (GLFWwindow *window)
 Returns the EGLSurface of the specified window. More...
 
-
- - - - -- cgit v1.2.3