XWorkstation.st
changeset 3792 bec0a7b4c8f6
parent 3790 43261db5b846
child 3794 3b5fbd07d46d
--- a/XWorkstation.st	Tue Feb 11 14:40:18 2003 +0100
+++ b/XWorkstation.st	Tue Feb 11 14:46:19 2003 +0100
@@ -9116,7 +9116,7 @@
             /* array of atoms */
             XChangeProperty(dpy, window, prop, type, 32,
                             PropModeReplace,
-                            __integerArrayVal(anObject),
+                            (char *)__integerArrayVal(anObject),
                             __integerArraySize(anObject));
         } else if (__isString(anObject) || __isSymbol(anObject)) { 
             XChangeProperty(dpy, window, prop, type, 8,
@@ -10959,7 +10959,7 @@
 !XWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.420 2003-02-11 13:39:50 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.421 2003-02-11 13:46:19 stefan Exp $'
 ! !
 
 XWorkstation initialize!