Path: utzoo!attcan!uunet!lll-winken!ames!haven!mimsy!tove.umd.edu!steveg From: steveg@tove.umd.edu (Steve Green) Newsgroups: comp.windows.x Subject: Re: XTranslateCoordinates Message-ID: <16429@mimsy.UUCP> Date: 17 Mar 89 18:09:54 GMT References: <8903171621.AA18094@litsun5.litsun2.epfl.ch> Sender: nobody@mimsy.UUCP Reply-To: steveg@tove.umd.edu (Steve Green) Organization: U of Maryland, Dept. of Computer Science, Lines: 10 Yes indeed, XtTrans... does not work correctly and XTrans... is what I used. I got the screen number from the DefaultScreen(dpy) macro. XtScreen returns a pointer to a Screen structure not the integer. I assume that the screen number is in the Screen structure but DefaultScreen works for me and why mess with success. Is there any reason not to use DefaultScreen? -steve green steveg@tove.umd.edu