summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-12-10 14:40:00 +0000
committerManolo Gouy <Manolo>2016-12-10 14:40:00 +0000
commitd37f37e66eb34f2aec1cb7a87bbdac5afcaef8ed (patch)
tree9fc9cc549315349ce80e42c74ef030594d8c4408 /CHANGES
parentc33df704ab60e5fbbc82ea130036a825de68b506 (diff)
Mention Fl_Surface_Device::push_current(new_surface) and Fl_Surface_Device::pop_current().
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12143 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 3c5b23292..2cfae3972 100644
--- a/CHANGES
+++ b/CHANGES
@@ -21,7 +21,9 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2017
- Added '--enable-print' option to configure effective under X11 platforms
and with 'yes' default value. Using '--enable-print=no' removes print
and PostScript support from the FLTK library, thus reducing its size.
-
+ - Added Fl_Surface_Device::push_current(new_surface) and
+ Fl_Surface_Device::pop_current() to set/unset the current surface
+ receiving graphics commands.
New Configuration Options (ABI Version)