|
|
@ -235,9 +235,7 @@ GLFWGLOBAL _GLFWlibrary _glfwLibrary; |
|
|
|
// Init/terminate
|
|
|
|
// Init/terminate
|
|
|
|
int _glfwPlatformInit(void); |
|
|
|
int _glfwPlatformInit(void); |
|
|
|
int _glfwPlatformTerminate(void); |
|
|
|
int _glfwPlatformTerminate(void); |
|
|
|
|
|
|
|
const char* _glfwPlatformGetVersionString(void); |
|
|
|
// Error handling
|
|
|
|
|
|
|
|
void _glfwSetError(int error); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Enable/Disable
|
|
|
|
// Enable/Disable
|
|
|
|
void _glfwPlatformEnableSystemKeys(_GLFWwindow* window); |
|
|
|
void _glfwPlatformEnableSystemKeys(_GLFWwindow* window); |
|
|
@ -285,6 +283,9 @@ void* _glfwPlatformGetProcAddress(const char* procname); |
|
|
|
// Prototypes for platform independent internal functions
|
|
|
|
// Prototypes for platform independent internal functions
|
|
|
|
//========================================================================
|
|
|
|
//========================================================================
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Error handling
|
|
|
|
|
|
|
|
void _glfwSetError(int error); |
|
|
|
|
|
|
|
|
|
|
|
// Window management (window.c)
|
|
|
|
// Window management (window.c)
|
|
|
|
void _glfwClearWindowHints(void); |
|
|
|
void _glfwClearWindowHints(void); |
|
|
|
|
|
|
|
|
|
|
|