mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
desktop: add commentary clarifying focus rules
This commit is contained in:
parent
9be6bd8b1d
commit
b7bd5a52e4
3 changed files with 30 additions and 1 deletions
|
|
@ -49,7 +49,8 @@ xwayland_view_wants_focus(struct view *view)
|
|||
* Clients that use XSetInputFocus() to explicitly set the input
|
||||
* focus should set the WM_TAKE_FOCUS atom in WM_PROTOCOLS.
|
||||
* Currently, labwc does not support this method of taking focus
|
||||
* and thus makes no use of WM_TAKE_FOCUS.
|
||||
* and thus ignores WM_TAKE_FOCUS. These views can still be
|
||||
* focused by explicit user action (e.g. clicking in them).
|
||||
*/
|
||||
return (bool)hints->input;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue