]> git.mdlowis.com Git - proto/labwc.git/commit
src/workspaces.c: prevent re-focus for always-on-top views
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Thu, 29 Dec 2022 03:50:21 +0000 (04:50 +0100)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Thu, 29 Dec 2022 17:58:25 +0000 (18:58 +0100)
commite39fd341ec1eba2cd6d65e89587aec9dbc9f346b
tree0dc63eb3a31027c3ef935fa1a05b29af8d7974b1
parentf7c8663f67d3109a6b775370b17e636a3fabfe5f
src/workspaces.c: prevent re-focus for always-on-top views

Before this patch a focused always-on-top view lost its keyboard
focus when switching workspaces. Now the view keeps its focus.
include/view.h
src/view.c
src/workspaces.c