From b24379133fff4c55b0eb1a0e82c71dca33474acc Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sat, 20 Aug 2022 09:57:00 +0200 Subject: Add int Fl::system(const char *command) static member function. --- FL/Fl.H | 1 + 1 file changed, 1 insertion(+) (limited to 'FL') diff --git a/FL/Fl.H b/FL/Fl.H index 5c84a8d10..4cee6c7a4 100644 --- a/FL/Fl.H +++ b/FL/Fl.H @@ -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 -- cgit v1.2.3