mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[PR #61] [MERGED] Fix Error handling in layershell producer #262
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#262
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feschber/lan-mouse/pull/61
Author: @feschber
Created: 1/1/2024
Status: ✅ Merged
Merged: 1/1/2024
Merged by: @feschber
Base:
main← Head:fix-error-handling📝 Commits (1)
15fb414Fix Error handling in layershell producer📊 Changes
8 files changed (+88 additions, -46 deletions)
View changed files
📝
src/backend/producer/dummy.rs(+6 -2)📝
src/backend/producer/libei.rs(+11 -3)📝
src/backend/producer/macos.rs(+6 -2)📝
src/backend/producer/wayland.rs(+12 -7)📝
src/backend/producer/windows.rs(+6 -2)📝
src/backend/producer/x11.rs(+6 -2)📝
src/producer.rs(+2 -2)📝
src/server.rs(+39 -26)📄 Description
previous error handling resulted in a softlock when the connection to the compositor was lost
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.