diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-11-15 10:09:01 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-11-15 10:09:01 +0100 |
| commit | 7f8f7c5b851f4e15cf95c6e819bff284b7fda7ca (patch) | |
| tree | 48a51de221358f977c494a955b73ceca6cd679be /src/drivers/WinAPI/Fl_WinAPI_System_Driver.H | |
| parent | 433a8e71e81c51a96f1d617fae5a3a4aac4efaeb (diff) | |
Add support of .svgz image files to fluid
The prototype of the public Fl_SVG_Image constructor is expanded
to allow construction from in-memory, gzip'ed binary data.
Diffstat (limited to 'src/drivers/WinAPI/Fl_WinAPI_System_Driver.H')
| -rw-r--r-- | src/drivers/WinAPI/Fl_WinAPI_System_Driver.H | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H index 730d9320d..d05b580d6 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H +++ b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H @@ -1,7 +1,7 @@ // // Windows system driver for the Fast Light Tool Kit (FLTK). // -// Copyright 2010-2021 by Bill Spitzak and others. +// Copyright 2010-2022 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -114,6 +114,8 @@ public: virtual void unlock_ring(); virtual double wait(double time_to_wait); virtual int ready(); + virtual void pipe_support(int &, int &, const unsigned char *, size_t ); + virtual int close_fd(int fd); }; #endif // FL_WINAPI_SYSTEM_DRIVER_H |
