*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 05 Mar 1998 20:47:27 +0100
changeset 2075 7fc93b8da816
parent 2074 6a63604051a2
child 2076 7202e4e5c2e2
*** empty log message ***
GLXWorkstat.st
GLXWorkstation.st
--- a/GLXWorkstat.st	Wed Mar 04 20:29:33 1998 +0100
+++ b/GLXWorkstat.st	Thu Mar 05 20:47:27 1998 +0100
@@ -2012,7 +2012,7 @@
 glxBeginLineIn:aGLXWindowId
     "start a line group"
 
-%{  /* NOCONTEXT */
+%{  /* NOCONTEXT STACK:32000 */
 #ifdef OPENGL
 #else
     SETWIN(aGLXWindowId)
@@ -2084,7 +2084,7 @@
 glxEndLineIn:aGLXWindowId
     "end a line group"
 
-%{  /* NOCONTEXT */
+%{  /* NOCONTEXT STACK:32000 */
 #ifdef OPENGL
 #else
     SETWIN(aGLXWindowId)
@@ -3266,7 +3266,7 @@
 glxCallObject:obj in:aGLXWindowId
     "perform the commands of an object (macro)."
 
-%{  /* NOCONTEXT */
+%{  /* NOCONTEXT STACK:32000 */
 #ifdef OPENGL
 #else
     if (__isSmallInteger(obj)) {
@@ -3289,7 +3289,7 @@
 glxCloseObjectIn:aGLXWindowId
     "end object defnition"
 
-%{  /* NOCONTEXT */
+%{  /* NOCONTEXT STACK:32000 */
 #ifdef OPENGL
 #else
     SETWIN(aGLXWindowId)
@@ -3308,7 +3308,7 @@
 
 glxDeleteObject:obj in:aGLXWindowId
 
-%{  /* NOCONTEXT */
+%{  /* NOCONTEXT STACK:32000 */
 #ifdef OPENGL
 #else
     if (__isSmallInteger(obj)) {
@@ -3375,7 +3375,7 @@
     "start object definition -
      another name conflict"
 
-%{  /* NOCONTEXT */
+%{  /* NOCONTEXT STACK:32000 */
 #ifdef OPENGL
 #else
     if (__isSmallInteger(id)) {
@@ -8793,5 +8793,5 @@
 !GLXWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/GLXWorkstat.st,v 1.71 1998-03-04 19:29:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/GLXWorkstat.st,v 1.72 1998-03-05 19:47:27 cg Exp $'
 ! !
--- a/GLXWorkstation.st	Wed Mar 04 20:29:33 1998 +0100
+++ b/GLXWorkstation.st	Thu Mar 05 20:47:27 1998 +0100
@@ -2012,7 +2012,7 @@
 glxBeginLineIn:aGLXWindowId
     "start a line group"
 
-%{  /* NOCONTEXT */
+%{  /* NOCONTEXT STACK:32000 */
 #ifdef OPENGL
 #else
     SETWIN(aGLXWindowId)
@@ -2084,7 +2084,7 @@
 glxEndLineIn:aGLXWindowId
     "end a line group"
 
-%{  /* NOCONTEXT */
+%{  /* NOCONTEXT STACK:32000 */
 #ifdef OPENGL
 #else
     SETWIN(aGLXWindowId)
@@ -3266,7 +3266,7 @@
 glxCallObject:obj in:aGLXWindowId
     "perform the commands of an object (macro)."
 
-%{  /* NOCONTEXT */
+%{  /* NOCONTEXT STACK:32000 */
 #ifdef OPENGL
 #else
     if (__isSmallInteger(obj)) {
@@ -3289,7 +3289,7 @@
 glxCloseObjectIn:aGLXWindowId
     "end object defnition"
 
-%{  /* NOCONTEXT */
+%{  /* NOCONTEXT STACK:32000 */
 #ifdef OPENGL
 #else
     SETWIN(aGLXWindowId)
@@ -3308,7 +3308,7 @@
 
 glxDeleteObject:obj in:aGLXWindowId
 
-%{  /* NOCONTEXT */
+%{  /* NOCONTEXT STACK:32000 */
 #ifdef OPENGL
 #else
     if (__isSmallInteger(obj)) {
@@ -3375,7 +3375,7 @@
     "start object definition -
      another name conflict"
 
-%{  /* NOCONTEXT */
+%{  /* NOCONTEXT STACK:32000 */
 #ifdef OPENGL
 #else
     if (__isSmallInteger(id)) {
@@ -8793,5 +8793,5 @@
 !GLXWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.71 1998-03-04 19:29:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.72 1998-03-05 19:47:27 cg Exp $'
 ! !