diff src/graphics.h.in @ 7834:caab78e7e377

added checks for fltk & freetype in configure script * * * added fltk_backend * * * the fltk_backend now works but that's about it * * * fltk_backend now working * * * updated ChangeLogs with all changes * * * reverted backend::close_figure to using __plot_stream__ moved OpenGL includes into gl-render.h removed check for FL/glu.h * * * configure.in: fix unquoted variable warn_graphics. * * * fixed fltk test in configure.in and also some minor style problems
author Shai Ayal <shaiay@sourceforge.net>
date Sun, 17 Feb 2008 19:20:42 +0200
parents 8ff92634982d
children ca8b97bb952c
line wrap: on
line diff
--- a/src/graphics.h.in	Wed Feb 20 16:29:37 2008 +0100
+++ b/src/graphics.h.in	Sun Feb 17 19:20:42 2008 +0200
@@ -1191,7 +1191,7 @@
 
   virtual bool is_valid (void) const { return false; }
 
-  virtual void close_figure (const octave_value&) const
+  virtual void close_figure (const octave_value& pstream) const
     { gripe_invalid ("close_figure"); }
 
   virtual void redraw_figure (const graphics_handle&) const