diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-02-16 10:26:42 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-02-16 10:26:52 +0100 |
| commit | 06793c50fb99366a1008ea601c218b1cb6de0bf4 (patch) | |
| tree | ee702f118aef8e32406c574d72112fd190241ce8 /src/Fl_Gl_Window_Driver.H | |
| parent | 1adaa3def2138fafd40b9d9df212a068c57cdbf4 (diff) | |
Create virtual Fl_RGB_Image* Fl_Gl_Window_Driver::capture_gl_rectangle()
Diffstat (limited to 'src/Fl_Gl_Window_Driver.H')
| -rw-r--r-- | src/Fl_Gl_Window_Driver.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_Gl_Window_Driver.H b/src/Fl_Gl_Window_Driver.H index d2670e2cc..ddc52c794 100644 --- a/src/Fl_Gl_Window_Driver.H +++ b/src/Fl_Gl_Window_Driver.H @@ -99,6 +99,7 @@ public: virtual char *alpha_mask_for_string(const char *str, int n, int w, int h); virtual int genlistsize() { return 0; } // support for gl_draw() virtual Fl_Font_Descriptor** fontnum_to_fontdescriptor(int fnum); + virtual Fl_RGB_Image* capture_gl_rectangle(int x, int y, int w, int h); }; #endif /* Fl_Gl_Window_Driver_H */ |
