removed dangerous NOCONTEXT primitives
authorClaus Gittinger <cg@exept.de>
Tue, 22 Apr 1997 14:27:36 +0200
changeset 1627 e7ba6be03b14
parent 1626 bc20e8147ab5
child 1628 204f3a5afc2a
removed dangerous NOCONTEXT primitives
XWorkstat.st
XWorkstation.st
--- a/XWorkstat.st	Tue Apr 22 14:17:55 1997 +0200
+++ b/XWorkstat.st	Tue Apr 22 14:27:36 1997 +0200
@@ -1775,8 +1775,7 @@
      of it. Except for very special cases, use #rootWindowId, which takes
      care of any virtual root."
 
-%{  /* NOCONTEXT */
-
+%{
     int screen = __intVal(__INST(screen));
     Window root;
     OBJ id;
@@ -1813,7 +1812,7 @@
      since some window managers install a virtual root window on top
      of the real one. If this is the case, that views id is returned here."
 
-%{  /* NOCONTEXT */
+%{
     int screen = __intVal(__INST(screen));
     Window rootWin, vRootWin;
     OBJ id;
@@ -7010,7 +7009,7 @@
 initializeScreenProperties
     super initializeScreenProperties.
 
-%{  /* NOCONTEXT */
+%{
 
     Display *dpy;
     int scr;
@@ -9299,6 +9298,6 @@
 !XWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/XWorkstat.st,v 1.239 1997-04-18 08:51:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/XWorkstat.st,v 1.240 1997-04-22 12:27:36 cg Exp $'
 ! !
 XWorkstation initialize!
--- a/XWorkstation.st	Tue Apr 22 14:17:55 1997 +0200
+++ b/XWorkstation.st	Tue Apr 22 14:27:36 1997 +0200
@@ -1775,8 +1775,7 @@
      of it. Except for very special cases, use #rootWindowId, which takes
      care of any virtual root."
 
-%{  /* NOCONTEXT */
-
+%{
     int screen = __intVal(__INST(screen));
     Window root;
     OBJ id;
@@ -1813,7 +1812,7 @@
      since some window managers install a virtual root window on top
      of the real one. If this is the case, that views id is returned here."
 
-%{  /* NOCONTEXT */
+%{
     int screen = __intVal(__INST(screen));
     Window rootWin, vRootWin;
     OBJ id;
@@ -7010,7 +7009,7 @@
 initializeScreenProperties
     super initializeScreenProperties.
 
-%{  /* NOCONTEXT */
+%{
 
     Display *dpy;
     int scr;
@@ -9299,6 +9298,6 @@
 !XWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.239 1997-04-18 08:51:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.240 1997-04-22 12:27:36 cg Exp $'
 ! !
 XWorkstation initialize!