MiniGLUT 0.4
Release 0.3 changes:
- Win32: fixed bugs in context creation resulting in potentially choosing a non-accelerated pixel format.
- X11: fixed
glutFullScreen
regression. - Added
glutIgnoreKeyRepeat
andglutSetKeyRepeat
functions. - X11: fixed small memory leaks (missing
XFree
calls afterXGetProperty
/XGetWMName
).