diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-02-26 18:00:07 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-05-31 08:28:06 +0200 |
| commit | b027d2ba57a8e0d6f0862e0a891ddd5dee4b02e2 (patch) | |
| tree | 3ed894bd9a891337804367a09de500ff060be640 /configh.cmake.in | |
| parent | d95dd7acc4af3a4bd521d151ba3576b91d8ace53 (diff) | |
Windows platform: use GDI+ to antialias oblique lines and curves.
Diffstat (limited to 'configh.cmake.in')
| -rw-r--r-- | configh.cmake.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configh.cmake.in b/configh.cmake.in index b47774498..166687416 100644 --- a/configh.cmake.in +++ b/configh.cmake.in @@ -366,6 +366,14 @@ #cmakedefine FL_NO_PRINT_SUPPORT 1 /* + * Do we use GDI+ to get antialiased graphics? + */ + +#ifdef _WIN32 +#cmakedefine01 USE_GDIPLUS +#endif + +/* * Do we want filename handling and a filechooser? */ |
