mirror of
				https://github.com/glfw/glfw.git
				synced 2025-11-04 06:15:07 +00:00 
			
		
		
		
	Fixed typo in function declaration.
This commit is contained in:
		
							parent
							
								
									81144bb969
								
							
						
					
					
						commit
						f0212f3f15
					
				@ -42,7 +42,7 @@ typedef struct _GLFWtlsPOSIX
 | 
			
		||||
} _GLFWtlsPOSIX;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
int _glfCreateContextTLS(void);
 | 
			
		||||
int _glfwCreateContextTLS(void);
 | 
			
		||||
void _glfwDestroyContextTLS(void);
 | 
			
		||||
void _glfwSetContextTLS(_GLFWwindow* context);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user