diff options
Diffstat (limited to 'science/flounder/files/patch-Glarea.cc')
-rw-r--r-- | science/flounder/files/patch-Glarea.cc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/science/flounder/files/patch-Glarea.cc b/science/flounder/files/patch-Glarea.cc new file mode 100644 index 0000000..4e4673c --- /dev/null +++ b/science/flounder/files/patch-Glarea.cc @@ -0,0 +1,29 @@ +--- src/Glarea.cc.orig Tue Oct 15 01:18:55 2002 ++++ src/Glarea.cc Tue Oct 15 01:22:10 2002 +@@ -1064,7 +1064,7 @@ + + + // Constructor for Glarea class +-Glarea::Glarea (int X, int Y, int W, int H, const char *L=0): ++Glarea::Glarea (int X, int Y, int W, int H, const char *L): + Fl_Gl_Window(X, Y, W, H, L) + { + maxdim = 0; +@@ -1695,7 +1695,7 @@ + } + + // update the tableau user interface widget +-void Glarea :: tableau( TableauUI *tb, bool update=false ) ++void Glarea :: tableau( TableauUI *tb, bool update ) + { + if( tb->window->visible() == false ) return; + +@@ -1917,7 +1917,7 @@ + // set update to return the values into the vars, otherwise + // set the variables from the supplied parameters + void Glarea :: contours( bool& con, bool& dat, int& nc, double& st, double& inc, +- bool update=false ) ++ bool update ) + { + if( update == false ) { + showcontour = con; |