Skip to content
Snippets Groups Projects
Commit 14ca4b5b authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent ada8b7c6
No related branches found
No related tags found
No related merge requests found
...@@ -693,10 +693,12 @@ void window_cb(Fl_Widget *w, void *data) ...@@ -693,10 +693,12 @@ void window_cb(Fl_Widget *w, void *data)
oldw = GUI::instance()->graph[0]->win->w(); oldw = GUI::instance()->graph[0]->win->w();
oldh = GUI::instance()->graph[0]->win->h(); 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->resize(Fl::x(), Fl::y(), Fl::w(), Fl::h());
//GUI::instance()->graph[0]->win->fullscreen();
zoom = 0; zoom = 0;
} }
else{ else{
GUI::instance()->graph[0]->win->resize(oldx, oldy, oldw, oldh); GUI::instance()->graph[0]->win->resize(oldx, oldy, oldw, oldh);
//GUI::instance()->graph[0]->win->fullscreen_off(oldx, oldy, oldw, oldh);
zoom = 1; zoom = 1;
} }
GUI::instance()->graph[0]->win->show(); GUI::instance()->graph[0]->win->show();
......
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
// Emilie Marchandise // Emilie Marchandise
// //
#include <stdlib.h>
#include "GmshConfig.h" #include "GmshConfig.h"
#include "GEdgeCompound.h" #include "GEdgeCompound.h"
#include "Numeric.h" #include "Numeric.h"
#include "stdlib.h"
GEdgeCompound::GEdgeCompound(GModel *m, int tag, std::vector<GEdge*> &compound) GEdgeCompound::GEdgeCompound(GModel *m, int tag, std::vector<GEdge*> &compound)
: GEdge(m, tag, 0 , 0), _compound(compound) : GEdge(m, tag, 0 , 0), _compound(compound)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment