diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-01-03 18:28:37 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-01-03 18:28:37 +0000 |
| commit | 8fe611b5cdc715900255ec328fb86264f64279f5 (patch) | |
| tree | 1fd07df87a847a942e7a50cec524d8ab14dcaf40 /CHANGES | |
| parent | 81be28e2dd5c7609ba9a07f20646b05bcb53e727 (diff) | |
Fix changing of schemes - otherwise Fl_Window::show() could cause a
reference to a non-existing tiled image.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1908 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ CHANGES IN FLTK 1.1.0b9 + - Fl::scheme() didn't update windows that were not + shown. - The fractals demo would get far ahead of the UI with some Linux OpenGL drivers. Now use glFinish() instead of glFlush() so we are at most 1 frame ahead. |
