<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=PL link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span lang=EN-US>Hi<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>I try to understand  how focus is managed in XI2 environment with multiple input devices (MPX). I noticed that Openbox sends <i>SetInputFocus</i> request to set focus on window which was clicked. Openbox works properly with multiple cursors and keyboards from XI2 extension, I can use one master device pair to operate on one window and another master pair to operate on another window. But Openbox does not use XI2 extension and uses core <i>SetInputFocus</i> request which does not define device id. </span><span lang=EN-GB>In XI2 focus is set for the given master keyboard device to the given X window (</span><i><span lang=EN-US style='color:black'>XISetFocus</span></i><span lang=EN-US style='color:black'> method</span><span lang=EN-US>  <span style='color:black'><a href="http://www.x.org/archive/X11R7.5/doc/man/man3/XIGetFocus.3.html">http://www.x.org/archive/X11R7.5/doc/man/man3/XIGetFocus.3.html</a></span></span><span lang=EN-US style='font-size:13.5pt;color:black'>)</span><span lang=EN-GB>. </span><span lang=EN-US> I think that If server receives <i>SetInputRequest</i> request which does not contain device id then server shouldn’t know on which device it should set focus to the given window. But it works and I have no idea how it works. How does server know on which keyboard master device to set the focus? Maybe when X server receives <i>SetInputFocus request </i>it checks which master pointer is on window contained in request and sets focus on master keyboard which is a pair of master pointer.  I posted question on superuser StackExchange (<a href="http://superuser.com/questions/813939/how-focus-is-managed-in-x-window-system-with-xi2">http://superuser.com/questions/813939/how-focus-is-managed-in-x-window-system-with-xi2</a>) but It has remained  unanswered.  I used <i>xscope</i> to monitor communication between X server, Openbox and other clients. May be <i>xscope</i> does not show everything. <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Please explain me how it works.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Mariusz Kulig<o:p></o:p></span></p></div></body></html>