X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=ChangeLog;h=b31470e3de671a188606cc203cdbe29a30020a32;hb=db377b3dff92f125c441c5b6004d21bb22b4f56e;hp=f1e6bb75c3a34ee8d57e112a249a638b62d9a02d;hpb=bc334ead03b3a62a33b591d27f4a48dde987fc65;p=freeglut diff --git a/ChangeLog b/ChangeLog index f1e6bb7..b31470e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1110,3 +1110,14 @@ obscure, though... redisplayed *and* it is visible. Otherwise we won't redraw, anyway, and immediately discover that there's still something to do, etc. etc., leading to 100% CPU load. + +(289) Made a few global arrays "static", avoiding namespace pollution. The +only externally visible symbols should either be from the GLUT API +("glutXXX") or internal freeglut entities ("fgYYY"). Reformatted things a +bit on the way. + +(290) Made all the "glutJoystickXXX" functions part of the freeglut +extensions. + +(291) Solaris doesn't have cfmakeraw, but it is only a convenience function +for some bit-fiddling, anyway.