diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-12-28 21:57:41 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-12-28 21:57:41 +0000 |
| commit | 25e570865c703094adb5310a05e3787f3949c827 (patch) | |
| tree | 24eb1f839de7d36a2c9f8f187f2e52918d4b3c3c /CHANGES | |
| parent | 6be2be6d436eaae5579c8816d0c0d4cab0c2c7b5 (diff) | |
Use rint() for rounding floating-point coordinates...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1897 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,9 +1,9 @@ CHANGES IN FLTK 1.1.0b9 - - Demo cleanup - made sure they all worked with - schemes. - - Fl_Tabs no longer clears the unused area of the - tab bar. + - Now use rint() to round floating-point coordinates. + - Demo cleanup - made sure they all worked with schemes. + - Fl_Tabs no longer clears the unused area of the tab + bar. - Added show(argc, argv) method to Fl_Help_Dialog. - MacOS: implemented cut/copy/paste. - MacOS: improved keyboard handling, fixed keyboard |
