summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2006-08-17 09:49:43 +0000
committerMatthias Melcher <fltk@matthiasm.com>2006-08-17 09:49:43 +0000
commit51d67574ecae4a7e898a854b23b79be59197cc4e (patch)
treea40de38ebf1471fca6f68181b107eba5719de5c2 /CHANGES
parentef48f007a1a8463abfccb118a6836718d497eb29 (diff)
New context_changed() function for OpenGL windows allowing efficient texture loading (str #1372)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5322 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 e2ab68583..1a192405c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.8
+ - Added "context_changed()" function for OpenGL windows
+ which allows efficent texture loading (STR #1372)
- Added missing "const" to GLUT call (STR #1371)
- Fixed stray FL_RELEASE events after clicking system
areas on OS X (STR #1376)