diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-08-20 09:57:00 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-08-20 09:57:00 +0200 |
| commit | b24379133fff4c55b0eb1a0e82c71dca33474acc (patch) | |
| tree | 1109f53c394fde53f2482ad594c099dc5b7bc8d5 /FL/Fl.H | |
| parent | ce2f024bce0c4dfdb01a14a797ee8c3bda4757cb (diff) | |
Add int Fl::system(const char *command) static member function.
Diffstat (limited to 'FL/Fl.H')
| -rw-r--r-- | FL/Fl.H | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1334,6 +1334,7 @@ int main() { */ static int draw_GL_text_with_textures() { return draw_GL_text_with_textures_; } + static int system(const char *command); #ifdef FLTK_HAVE_CAIRO /** \defgroup group_cairo Cairo Support Functions and Classes |
