mirror of
				https://github.com/nigels-com/glew.git
				synced 2025-11-04 06:15:02 +00:00 
			
		
		
		
	on to the next release
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@157 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
		
							parent
							
								
									c4fdc32a59
								
							
						
					
					
						commit
						7f0f2c1db0
					
				
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@ -32,7 +32,7 @@ GLEW_DEST ?= /usr
 | 
			
		||||
 | 
			
		||||
GLEW_MAJOR = 1
 | 
			
		||||
GLEW_MINOR = 1
 | 
			
		||||
GLEW_MICRO = 3
 | 
			
		||||
GLEW_MICRO = 4
 | 
			
		||||
GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO)
 | 
			
		||||
 | 
			
		||||
TARDIR = ../glew-$(GLEW_VERSION)
 | 
			
		||||
 | 
			
		||||
@ -8,7 +8,7 @@
 | 
			
		||||
 | 
			
		||||
GLEW_MAJOR = 1
 | 
			
		||||
GLEW_MINOR = 1
 | 
			
		||||
GLEW_MICRO = 3
 | 
			
		||||
GLEW_MICRO = 4
 | 
			
		||||
GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO)
 | 
			
		||||
 | 
			
		||||
SHELL = bash
 | 
			
		||||
 | 
			
		||||
@ -1,2 +1,3 @@
 | 
			
		||||
GL_WIN_swap_hint
 | 
			
		||||
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/opengl/glfunc01_16zy.asp
 | 
			
		||||
	void glAddSwapHintRectWIN (GLint x, GLint y, GLsizei width, GLsizei height)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user