Updated the revision number to go along with the merge of pull

request #325 from Daryl Miles.  Made a few simple style changes
to conform to (what is vaguely defined as) the overall programming
style for magic (passed down from John Ousterhout).
This commit is contained in:
Tim Edwards 2024-10-01 12:56:31 -04:00
parent e119188f23
commit dba6f99d93
7 changed files with 29 additions and 27 deletions

View File

@ -1 +1 @@
8.3.492
8.3.493

View File

@ -720,14 +720,16 @@ oglSetDisplay (dispType, outFileName, mouseFileName)
grSetCharSizePtr = groglSetCharSize;
grFillPolygonPtr = groglFillPolygon;
if (execFailed) {
if (execFailed)
{
TxError("Execution failed!\n");
return FALSE;
}
TxAdd1InputDevice(fileno(stdin), grOGLWStdin, (ClientData) NULL);
if(!GrOGLInit()){
if (!GrOGLInit())
{
return FALSE;
}
GrScreenRect.r_xbot = 0;