On Wed, 19 May 2010 15:39:43 -0700, Aaron Plattner <[email protected]> wrote:
> That seems misleading... the server makes a distinction between 'realized' > and 'viewable': Indeed it does; 'viewable' wrt the protocol is the same as 'realized' wrt the X server. The protocol doesn't have a term for 'viewable and InputOutput'. > SetInputFocus only checks that the window is realized, so it should work > with InputOnly windows. The comment is pretty fantastic: > > /* It is a match error to try to set the input focus to an > unviewable window. */ > if(!focusWin->realized) > return(BadMatch); The comment is using the protocol terms while the code uses the server identifier. You expect consistency? -- [email protected]
pgpUoiZb2SlDj.pgp
Description: PGP signature
_______________________________________________ [email protected]: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg Your subscription address: [email protected]
