Linux: (Implementation) Stop tracking _NET_ACTIVE_WINDOW |
||
Issue descriptionX11DesktopHandler uses _NET_ACTIVE_WINDOW to track which window has focus. We should not be tracking this property because we already know if a window is active based on FocusIn/FocusOut events. Removing _NET_ACTIVE_WINDOW will: 1. Eliminate a round trip to get the value of _NET_ACTIVE_WINDOW each time it changes. 2. Track focus better for WMs that don't support _NET_ACTIVE_WINDOW.
,
Aug 26 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Aug 26 2016