GLXWorkstation.st
changeset 4711 1d1cfd1951e1
parent 4251 ae0f46130d9f
child 4718 11e89d5330e7
--- a/GLXWorkstation.st	Thu Jan 18 09:43:54 2007 +0100
+++ b/GLXWorkstation.st	Thu Jan 18 17:01:50 2007 +0100
@@ -492,7 +492,7 @@
 }
 #endif /* GLX & not VGL */
 
-static JMP_BUF errorReturn;
+static stx_jmp_buf errorReturn;
 
 static void
 glAbort() {
@@ -8783,5 +8783,5 @@
 !GLXWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.82 2004-09-14 23:03:38 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.83 2007-01-18 16:01:50 stefan Exp $'
 ! !