From 14ca4b5b5697051a5b57aa349895fdd810105bdf Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 4 May 2009 19:25:00 +0000 Subject: [PATCH] *** empty log message *** --- Fltk/GUI.cpp | 2 ++ Geo/GEdgeCompound.cpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp index cd6b76dabf..f9eba3b0ec 100644 --- a/Fltk/GUI.cpp +++ b/Fltk/GUI.cpp @@ -693,10 +693,12 @@ void window_cb(Fl_Widget *w, void *data) oldw = GUI::instance()->graph[0]->win->w(); oldh = GUI::instance()->graph[0]->win->h(); GUI::instance()->graph[0]->win->resize(Fl::x(), Fl::y(), Fl::w(), Fl::h()); + //GUI::instance()->graph[0]->win->fullscreen(); zoom = 0; } else{ GUI::instance()->graph[0]->win->resize(oldx, oldy, oldw, oldh); + //GUI::instance()->graph[0]->win->fullscreen_off(oldx, oldy, oldw, oldh); zoom = 1; } GUI::instance()->graph[0]->win->show(); diff --git a/Geo/GEdgeCompound.cpp b/Geo/GEdgeCompound.cpp index e617f135d3..137f5e51d9 100644 --- a/Geo/GEdgeCompound.cpp +++ b/Geo/GEdgeCompound.cpp @@ -7,10 +7,10 @@ // Emilie Marchandise // +#include <stdlib.h> #include "GmshConfig.h" #include "GEdgeCompound.h" #include "Numeric.h" -#include "stdlib.h" GEdgeCompound::GEdgeCompound(GModel *m, int tag, std::vector<GEdge*> &compound) : GEdge(m, tag, 0 , 0), _compound(compound) -- GitLab