summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-01-03 18:28:37 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-01-03 18:28:37 +0000
commit8fe611b5cdc715900255ec328fb86264f64279f5 (patch)
tree1fd07df87a847a942e7a50cec524d8ab14dcaf40 /CHANGES
parent81be28e2dd5c7609ba9a07f20646b05bcb53e727 (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--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2551d90e4..9016a1905 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.