diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-03-19 14:44:16 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-03-19 14:44:16 +0100 |
| commit | 1ccafa83b2c783fdfe088af1ddf9a853e071cf5d (patch) | |
| tree | 7b4c292888807b02448ff5341208821e5c2a2eed /documentation/src | |
| parent | 4b07ab391ac77e2996e61646a258064bb1cadfeb (diff) | |
Remove obsolete build option 'FLTK_OPTION_STD'
This option is no longer needed since FLTK 1.5 always requires C++11.
Diffstat (limited to 'documentation/src')
| -rw-r--r-- | documentation/src/migration_1_4.dox | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/documentation/src/migration_1_4.dox b/documentation/src/migration_1_4.dox index 3455aeb5f..27962129a 100644 --- a/documentation/src/migration_1_4.dox +++ b/documentation/src/migration_1_4.dox @@ -368,7 +368,7 @@ OPTION_USE_GL | FLTK_BUILD_GL OPTION_USE_KDIALOG | FLTK_USE_KDIALOG OPTION_USE_PANGO | FLTK_USE_PANGO OPTION_USE_POLL | FLTK_USE_POLL -OPTION_USE_STD | FLTK_OPTION_STD +OPTION_USE_STD | FLTK_OPTION_STD [1] OPTION_USE_SVG | FLTK_OPTION_SVG OPTION_USE_SYSTEM_LIBDECOR | FLTK_USE_SYSTEM_LIBDECOR OPTION_USE_SYSTEM_LIBJPEG | FLTK_USE_SYSTEM_LIBJPEG @@ -383,6 +383,9 @@ OPTION_USE_XINERAMA | FLTK_USE_XINERAMA OPTION_USE_XRENDER | FLTK_USE_XRENDER OPTION_WAYLAND_ONLY | FLTK_BACKEND_X11=OFF +------------------------------------------------ +[1] Note: obsolete and therefore removed in 1.5 + \section migration_1_4_windows_font New FL_HELVETICA Font on Windows |
