diff --git a/Graphics/Draw.cpp b/Graphics/Draw.cpp index fdc633f552470cb9233099119595a0b7f5c40f63..1c8340f3717fd196ff1de742f07ee88d4365edde 100644 --- a/Graphics/Draw.cpp +++ b/Graphics/Draw.cpp @@ -1,4 +1,4 @@ -/* $Id: Draw.cpp,v 1.12 2000-12-20 15:28:44 geuzaine Exp $ */ +/* $Id: Draw.cpp,v 1.13 2000-12-27 10:07:20 geuzaine Exp $ */ #include "Gmsh.h" #include "GmshUI.h" @@ -185,7 +185,7 @@ void Init(void){ xattrib.height+CTX.viewport[3]-CTX.viewport[1], 0); /* X11 forbids to change the context (GLX) in GL_FEEDBACK or GL_SELECT mode, - which would happen for postcript output */ + which would happen for postscript output */ if(CTX.stream == TO_SCREEN) glXMakeCurrent(XtDisplay(WID.G.glw), XtWindow(WID.G.glw), XCTX.glw.context); #endif diff --git a/Unix/CbFile.cpp b/Unix/CbFile.cpp index d7c5364f36513a9bd0edb5da6da7aa41fe15779f..d3297a8a74e33cce45f526f6d2f6ffff66505761 100644 --- a/Unix/CbFile.cpp +++ b/Unix/CbFile.cpp @@ -1,4 +1,4 @@ -/* $Id: CbFile.cpp,v 1.17 2000-12-26 17:40:18 geuzaine Exp $ */ +/* $Id: CbFile.cpp,v 1.18 2000-12-27 10:07:23 geuzaine Exp $ */ #include <unistd.h> @@ -131,7 +131,6 @@ void CreateFile (char *name, int format) { break; case FORMAT_GIF : - // have to replot for filling again buffer ... if(!(fp = fopen(name,"wb"))) { Msg(WARNING, "Unable to Open File '%s'", name); return;