Mention new member functions Fl_Paged_Device::begin_job() and begin_page().

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12914 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2018-05-11 06:37:50 +00:00
parent 1d8edbead1
commit 5e785121e0
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2017
New Features and Extensions
- (add new items here)
- New member functions Fl_Paged_Device::begin_job() and begin_page()
replace start_job() and start_page(). The start_... names are maintained
for API compatibility.
- New member function Fl_Image::scale(int width, int height) to set
the drawing size of an image independently from its data size. The
same function was previously available only for class Fl_Shared_Image