diff options
| author | Matthias Melcher <github@matthiasm.com> | 2022-12-05 19:27:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-05 19:27:12 +0100 |
| commit | 9f92972729008a87887e1b1e2d35438102e91a9e (patch) | |
| tree | d6a0fd12508ab89a9189aaaba46f608761357f89 /FL/Fl_Graphics_Driver.H | |
| parent | a8923a0fd4424a07fff247fe1167909264f8a117 (diff) | |
Implement fl_complex_polygon() for OpenGL (#570)
Diffstat (limited to 'FL/Fl_Graphics_Driver.H')
| -rw-r--r-- | FL/Fl_Graphics_Driver.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H index 006721f61..266624153 100644 --- a/FL/Fl_Graphics_Driver.H +++ b/FL/Fl_Graphics_Driver.H @@ -162,7 +162,7 @@ protected: matrix m; ///< current transformation matrix int n; ///< For internal use by FLTK int gap_; ///< For internal use by FLTK - enum SHAPE {NONE=0, LINE, LOOP, POLYGON, POINTS} what; + enum SHAPE {NONE=0, LINE, LOOP, POLYGON, POINTS, COMPLEX_POLYGON} what; int rstackptr; ///< For internal use by FLTK static const int region_stack_max = FL_REGION_STACK_SIZE - 1; ///< For internal use by FLTK Fl_Region rstack[FL_REGION_STACK_SIZE]; ///< For internal use by FLTK |
