X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=ChangeLog;h=ad408eaf95161c1bbde79b61f52abd448cf1c711;hb=f075b2126dff4d88bc2811281f0d27e7c0581ab4;hp=c385ac447df1dae60b306fc5b6f77f54be902273;hpb=f3841b1993425e78f3251567c83ccff338007d7b;p=freeglut diff --git a/ChangeLog b/ChangeLog index c385ac4..ad408ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -895,3 +895,13 @@ default. (233) Fixed part of bug #926883 (Video mode matching code, memory leaks, fullscreen), i.e. memory leak caused by not freeing the mode lines returned by XF86VidModeGetAllModeLines + +(234) Fixed part of bug #926883 (Video mode matching code, memory leaks, +fullscreen): Now we first try to get an exact mode match, ignoring the +refresh rate if none could be found. This way the X11 part and the WinDoze +behave similarly. NOTE: We still don't behave like GLUT, because it has a +wider notion of "best" match. We have to refactor and extend freeglut quite +a bit to do that. + +(235) Fixed part of bug #926883 (Video mode matching code, memory leaks, +fullscreen), i.e. issue warnings when XF86VidModeFOO fails.