mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 15:32:12 +08:00
Fix typo.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12250 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -8,7 +8,7 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2017
|
|||||||
- CMake is the primary supported build system in FLTK 1.4.0 and later.
|
- CMake is the primary supported build system in FLTK 1.4.0 and later.
|
||||||
CMake can be used to generate Makefiles, IDE project files, and
|
CMake can be used to generate Makefiles, IDE project files, and
|
||||||
several other build systems by using different "generators" provided
|
several other build systems by using different "generators" provided
|
||||||
by CMake (for instance Ninja, CodeBlocks, Eclipse, KDevelop3, etc.).
|
by CMake (for instance Ninja, CodeBlocks, Eclipse, KDevelop3, Xcode, etc.).
|
||||||
See README.CMake.txt for more information.
|
See README.CMake.txt for more information.
|
||||||
|
|
||||||
- autoconf/configure is still supported by the FLTK team for backwards
|
- autoconf/configure is still supported by the FLTK team for backwards
|
||||||
@@ -20,7 +20,7 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2017
|
|||||||
- (add new items here)
|
- (add new items here)
|
||||||
- X11 platform: Added support for HiDPI displays and for rescaling any window
|
- X11 platform: Added support for HiDPI displays and for rescaling any window
|
||||||
at run-time under user control. Under the gnome desktop, FLTK applications
|
at run-time under user control. Under the gnome desktop, FLTK applications
|
||||||
detect the current gnome scaling fator and use it to scale all FLTK windows.
|
detect the current gnome scaling factor and use it to scale all FLTK windows.
|
||||||
Under other desktops, the FLTK_SCALING_FACTOR environment variable can be
|
Under other desktops, the FLTK_SCALING_FACTOR environment variable can be
|
||||||
used to set the starting scaling factor of all FLTK applications.
|
used to set the starting scaling factor of all FLTK applications.
|
||||||
In addition, it is possible to rescale all FLTK windows mapped to a screen
|
In addition, it is possible to rescale all FLTK windows mapped to a screen
|
||||||
|
|||||||
Reference in New Issue
Block a user