summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-04-28 15:31:02 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-04-28 15:31:02 +0200
commit172063b2addc54a5bd376d4595673eac8b5d490e (patch)
tree3712866dc6e94da8790197ab2f9e4bf295dd72d7 /FL
parent9ac73175be30f23ca2aaa23071909f19229e5982 (diff)
macOS: yet simpler implementation of window resize and rescale.
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Device.H4
1 files changed, 0 insertions, 4 deletions
diff --git a/FL/Fl_Device.H b/FL/Fl_Device.H
index 033aa7523..b017e17f3 100644
--- a/FL/Fl_Device.H
+++ b/FL/Fl_Device.H
@@ -126,10 +126,6 @@ public:
\return The captured pixels as an RGB image
*/
virtual Fl_RGB_Image* rectangle_capture(Fl_Widget *widget, int x, int y, int w, int h) = 0;
- /** Returns the window's GL context */
- virtual GLContext context(Fl_Widget *widget) = 0;
- /** Equivalent to widget->as_gl_window()->valid(v) */
- virtual void valid(Fl_Widget *widget, char v) = 0;
/** Returns the OpenGL plugin */
static Fl_Device_Plugin *opengl_plugin();
};