Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!ames!ucbcad!ucbvax!moriah.UUCP!arm From: arm@moriah.UUCP.UUCP Newsgroups: comp.windows.x Subject: input queue in X V11 Message-ID: <8704030042.AA01831@moriah.silvlis.com> Date: Thu, 2-Apr-87 19:42:12 EST Article-I.D.: moriah.8704030042.AA01831 Posted: Thu Apr 2 19:42:12 1987 Date-Received: Sat, 4-Apr-87 18:45:00 EST Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 14 The following happens in version 10. Two or more different processes call XSelectInput to show that they want to receive the same event. There aren't any pending events of this type so each process blocks when they call XNextEvent. When the event is finally available one of the processes receives it. The other(s) continues to block. Since each process is unaware that any other process wants the event it doesn't know when to call XPeekEvent instead of XNextEvent. Will version 11 allow more than one process to get the same event? Alan Michels Silvar Lisco Menlo Park, CA sun!silvlis!arm