]> git.mdlowis.com Git - proto/labwc.git/commit
xwayland: (Re)set seat when xwayland is ready
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Thu, 21 Jul 2022 00:47:20 +0000 (02:47 +0200)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Thu, 21 Jul 2022 01:57:42 +0000 (03:57 +0200)
commit819404c43b2dd390d821e8bb057c46dc389c459a
tree37a71a4255d97da6941dcaf14a8695f7ab99e4e7
parent6e1dd2dbfa0d083087b2fd6141961691e2004544
xwayland: (Re)set seat when xwayland is ready

For some reason wlroots will reset the seat assigned to xwayland
to NULL whenever Xwayland terminates. This patch restores the seat
whenever Xwayland is ready again.

Fixes #166
Fixes #444

Thanks @droc12345 for figuring out the actual issue.
include/labwc.h
src/server.c