Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!sdcsvax!ucbvax!ATHENA.MIT.EDU!newman From: newman@ATHENA.MIT.EDU (Ron Newman) Newsgroups: comp.windows.x Subject: re: FocusChange events Message-ID: <8706111654.AA09808@ORPHEUS.MIT.EDU> Date: Thu, 11-Jun-87 12:54:03 EDT Article-I.D.: ORPHEUS.8706111654.AA09808 Posted: Thu Jun 11 12:54:03 1987 Date-Received: Sat, 20-Jun-87 10:32:56 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 13 I hope X11 can do better. This isn't true. In X10, you get a FocusChange event with detail = EnterWindow when the window gets the focus, and another FocusChange event with detail = LeaveWindow when the window loses the focus. At least that's what the X10 protocol spec says. If your server doesn't do this, it's a buggy server (which isn't unthinkable). In X11, there are separate events called FocusIn and FocusOut, which have the same effect. /Ron Newman