summaryrefslogtreecommitdiff
path: root/src/fl_draw.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2022-11-24 19:00:00 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2022-11-25 00:00:48 +0100
commitb1ba37c5ba1df543baa87d328805af34da4bd2b1 (patch)
tree01d6ff63843cd9ed1f58fd2ab201f462bf11a385 /src/fl_draw.cxx
parent40f376a6f707e6c5ae69c0f73300575bd79e28e3 (diff)
Add "Oxy" scheme (STR 2675, STR 3477)
This commit is similar to the patch given in STR 3477, oxy_v5.diff: https://www.fltk.org/strfiles/3477/oxy_v5.diff ... with modifications, and updated to current FLTK code.
Diffstat (limited to 'src/fl_draw.cxx')
-rw-r--r--src/fl_draw.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fl_draw.cxx b/src/fl_draw.cxx
index 2ed733d5a..7b36d4c75 100644
--- a/src/fl_draw.cxx
+++ b/src/fl_draw.cxx
@@ -28,6 +28,8 @@
#include <FL/platform.H> // fl_open_display()
#include "flstring.h"
+#include "fl_oxy.h"
+
#include <ctype.h>
#include <math.h>
#include <stdlib.h>