diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-11-24 19:00:00 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-11-25 00:00:48 +0100 |
| commit | b1ba37c5ba1df543baa87d328805af34da4bd2b1 (patch) | |
| tree | 01d6ff63843cd9ed1f58fd2ab201f462bf11a385 /src/fl_boxtype.cxx | |
| parent | 40f376a6f707e6c5ae69c0f73300575bd79e28e3 (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_boxtype.cxx')
| -rw-r--r-- | src/fl_boxtype.cxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/fl_boxtype.cxx b/src/fl_boxtype.cxx index cb9226ebe..08d80cb45 100644 --- a/src/fl_boxtype.cxx +++ b/src/fl_boxtype.cxx @@ -344,6 +344,18 @@ static struct { {fl_down_box, 2,2,4,4,0}, // _FL_GLEAM_THIN_DOWN_BOX {fl_up_box, 2,2,4,4,0}, // _FL_GLEAM_ROUND_UP_BOX {fl_down_box, 2,2,4,4,0}, // _FL_GLEAM_ROUND_DOWN_BOX + {fl_up_box, 2,2,4,4,0}, // _FL_OXY_UP_BOX, + {fl_down_box, 2,2,4,4,0}, // _FL_OXY_DOWN_BOX, + {fl_up_frame, 2,2,4,4,0}, // _FL_OXY_UP_FRAME, + {fl_down_frame, 2,2,4,4,0}, // _FL_OXY_DOWN_FRAME, + {fl_thin_up_box, 1,1,2,2,0}, // _FL_OXY_THIN_UP_BOX, + {fl_thin_down_box, 1,1,2,2,0}, // _FL_OXY_THIN_DOWN_BOX, + {fl_thin_up_frame, 1,1,2,2,0}, // _FL_OXY_THIN_UP_FRAME, + {fl_thin_down_frame, 1,1,2,2,0}, // _FL_OXY_THIN_DOWN_FRAME, + {fl_up_box, 4,4,8,8,0}, // _FL_OXY_ROUND_UP_BOX, + {fl_down_box, 4,4,8,8,0}, // _FL_OXY_ROUND_DOWN_BOX, + {fl_up_box, 2,2,4,4,0}, // _FL_OXY_BUTTON_UP_BOX, + {fl_down_box, 2,2,4,4,0}, // _FL_OXY_BUTTON_DOWN_BOX, {fl_up_box, 3,3,6,6,0}, // FL_FREE_BOX+0 {fl_down_box, 3,3,6,6,0}, // FL_FREE_BOX+1 {fl_up_box, 3,3,6,6,0}, // FL_FREE_BOX+2 |
