]> git.mdlowis.com Git - proto/labwc.git/commit
view: add view_wants_focus enum (NEVER/ALWAYS/OFFER) and function
authorJohn Lindgren <john@jlindgren.net>
Sun, 15 Oct 2023 05:11:12 +0000 (01:11 -0400)
committerJohan Malm <johanmalm@users.noreply.github.com>
Mon, 16 Oct 2023 19:28:18 +0000 (20:28 +0100)
commitdd7f563a507a12d9b8e03fc8c7b274540ccd5d34
tree25a1f17fd0864789af1a7c09d9d7cf91276e3497
parent8bb2e2123ff8c4ae1fd77cf61a55c8ffcdae1444
view: add view_wants_focus enum (NEVER/ALWAYS/OFFER) and function

This allows identifying XWayland views using the ICCCM "Globally Active"
input model. Later commits will improve handling of these views.

No functional change in this commit.
include/view.h
src/view.c
src/xwayland.c