Add int Fl::system(const char *command) static member function.

This commit is contained in:
ManoloFLTK
2022-08-20 09:57:00 +02:00
parent ce2f024bce
commit b24379133f
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -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