Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!bloom-beacon!tilde.csc.ti.COM!oren From: oren@tilde.csc.ti.COM (LaMott Oren) Newsgroups: comp.windows.x Subject: Legal do-not-propagate-mask values Message-ID: <2804274120-6305180@SI> Date: 11 Nov 88 21:02:00 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 7 The InterViews istat utility does a CreateWindow request with do-not-propagate-mask set to EnterWindow and LeaveWindow. The sample server doesn't give a value error on a ChangeWindowAttribute request for do-not-propagate-mask containing bits not in DEVICEEVENT, so it works. The X11 server I'm helping develop returns an error for this case, which causes istat to bomb. What should a "correct" server implementation do: ignore the bits not in DEVICEEVENT, or return an error?