summaryrefslogtreecommitdiff
path: root/configh.in
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-02-26 18:00:07 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-05-31 08:28:06 +0200
commitb027d2ba57a8e0d6f0862e0a891ddd5dee4b02e2 (patch)
tree3ed894bd9a891337804367a09de500ff060be640 /configh.in
parentd95dd7acc4af3a4bd521d151ba3576b91d8ace53 (diff)
Windows platform: use GDI+ to antialias oblique lines and curves.
Diffstat (limited to 'configh.in')
-rw-r--r--configh.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/configh.in b/configh.in
index f3133d7a2..3ef98ebae 100644
--- a/configh.in
+++ b/configh.in
@@ -359,6 +359,14 @@
#undef FL_NO_PRINT_SUPPORT
/*
+ * Do we use GDI+ to get antialiased graphics?
+ */
+
+#ifdef _WIN32
+#define USE_GDIPLUS 0
+#endif
+
+/*
* Do we want filename handling and a filechooser?
* *FIXME* Not yet implemented in configure !
*/