Path: utzoo!utgpu!watmath!att!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU Newsgroups: comp.windows.x Subject: Re: XSendEvent Message-ID: <8908071235.AA02393@expire.lcs.mit.edu> Date: 7 Aug 89 12:35:37 GMT References: <1989Aug7.024808.7140@psuvax1.cs.psu.edu> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 19 a. Must the window be either of PointerWindow or InputFocus? No. b. Does the server look at the event structure in the call? No. c. What is a clean way to communicate to the other client, the display and window parameters? I am using sockets. I don't understand the question. d. Possible solutions to my problem? Try using KeyPressMask instead of KeyPress in you call: XSendEvent(display,window,False,KeyPress,&send_event);