diff -r bc20e8147ab5 -r e7ba6be03b14 XWorkstation.st --- 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!