XWorkstation.st
changeset 291 1193bba4b42c
parent 290 f9397ade6677
child 295 08cd959204c7
--- a/XWorkstation.st	Thu Dec 07 23:03:25 1995 +0100
+++ b/XWorkstation.st	Thu Dec 07 23:06:45 1995 +0100
@@ -50,7 +50,7 @@
 !
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.86 1995-12-07 22:03:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.87 1995-12-07 22:06:45 cg Exp $'
 !
 
 documentation
@@ -1324,6 +1324,7 @@
 %{
     Display *dpy = myDpy;
     XModifierKeymap *modmap;
+    OBJ __BYTEARRAY_UNINITIALIZED_NEW_INT();
 
     if (ISCONNECTED) {
 	if ((modmap = XGetModifierMapping(myDpy)) != 0) {