From b1ba37c5ba1df543baa87d328805af34da4bd2b1 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 24 Nov 2022 19:00:00 +0100 Subject: 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. --- src/fl_draw.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/fl_draw.cxx') 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_open_display() #include "flstring.h" +#include "fl_oxy.h" + #include #include #include -- cgit v1.2.3