GLXWorkstation.st
changeset 2074 6a63604051a2
parent 2048 03e1a4cd562a
child 2075 7fc93b8da816
--- a/GLXWorkstation.st	Fri Feb 27 15:53:47 1998 +0100
+++ b/GLXWorkstation.st	Wed Mar 04 20:29:33 1998 +0100
@@ -8491,8 +8491,8 @@
      This only works with VGL or openGL"
 
 %{  /* NOCONTEXT */
-#ifndef GLX
-    SETWIN(aGLXWindowId)
+    SETWIN(aGLXWindowId)
+#ifdef VGL
     X11_resized(__intVal(width), __intVal(height));
     RETURN (true);
 #endif
@@ -8793,5 +8793,5 @@
 !GLXWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.70 1998-02-06 02:51:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.71 1998-03-04 19:29:33 cg Exp $'
 ! !