Added missing API entries.
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@799 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
aba72b64a8
commit
1a8c55895d
@ -1,3 +1,7 @@
|
|||||||
|
2009-03-16 Sven Panne <sven.panne@aedion.de>
|
||||||
|
|
||||||
|
* src/freeglutdll.def: Added missing API entries.
|
||||||
|
|
||||||
2009-03-10 John F. Fay <john.fay.ctr@eglin.af.mil>
|
2009-03-10 John F. Fay <john.fay.ctr@eglin.af.mil>
|
||||||
|
|
||||||
* progs/demos/demos.dsw: Adding the "smooth_opengl3" demo
|
* progs/demos/demos.dsw: Adding the "smooth_opengl3" demo
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
LIBRARY freeglutdll
|
LIBRARY freeglutdll
|
||||||
DESCRIPTION "Freeglut OpenGL Utility Toolkit"
|
DESCRIPTION "Freeglut OpenGL Utility Toolkit"
|
||||||
VERSION 2.4.0
|
VERSION 2.6.0
|
||||||
EXPORTS
|
EXPORTS
|
||||||
glutInit
|
glutInit
|
||||||
glutInitWindowPosition
|
glutInitWindowPosition
|
||||||
@ -151,3 +151,8 @@ EXPORTS
|
|||||||
glutJoystickGetMinRange
|
glutJoystickGetMinRange
|
||||||
glutJoystickGetMaxRange
|
glutJoystickGetMaxRange
|
||||||
glutJoystickGetCenter
|
glutJoystickGetCenter
|
||||||
|
glutExit
|
||||||
|
glutFullScreenToggle
|
||||||
|
glutGetModeValues
|
||||||
|
glutInitContextFlags
|
||||||
|
glutInitContextVersion
|
||||||
|
Reference in New Issue
Block a user