Path: utzoo!attcan!uunet!lll-winken!ames!mailrus!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: Moving windows in CLX?? Message-ID: <8901272116.AA16229@EXPIRE.LCS.MIT.EDU> Date: 27 Jan 89 21:16:32 GMT References: <7040@june.cs.washington.edu> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 7 What is the syntax in CLX for changing the drawable-x and drawable-y of a window in the same server request? (with-state (win) (setf (drawable-x win) new-x (drawable-y win) new-y))