X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=ChangeLog;h=e4cdea19379fcbabef4b0f441df7ec2c648f7440;hb=352d4e747f296e49bf4ff00a99cef21525980c38;hp=73d94f6ca9df48ff28b69554721a38ef32a300a7;hpb=e9a96a71a2feff9da7ccae395c5f316e67af3bd0;p=freeglut diff --git a/ChangeLog b/ChangeLog index 73d94f6..e4cdea1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1096,3 +1096,6 @@ fixes bug #961938 (Executable bit set on non exe files). (284) Handle modifiers in MotionNotify events, too. This fixes bug #1227920 (glutGetModifiers not set/allowed in mouse callbacks). In addition, some related cleanup has been done. + +(285) X11 only: Free XVisualInfo structures when they are not needed +anymore, fixing a space leak. Not perfect for menus yet...