mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
[PR #150] [MERGED] Configurable capture backend #302
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#302
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/150
Author: @feschber
Created: 6/28/2024
Status: ✅ Merged
Merged: 6/28/2024
Merged by: @feschber
Base:
main← Head:configurable-capture-backend📝 Commits (7)
b874898configurable capture backend769597aadapt windows16df8e9fix Display1db43c4adapt windows + macos error typesc2fde88add option to config89c5067fix macos buildce10eb6fix macos, the 2nd📊 Changes
15 files changed (+279 additions, -94 deletions)
View changed files
📝
Cargo.lock(+5 -4)📝
Cargo.toml(+1 -0)📝
config.toml(+2 -0)📝
src/capture.rs(+33 -10)➕
src/capture/error.rs(+140 -0)📝
src/capture/libei.rs(+4 -2)📝
src/capture/macos.rs(+3 -3)📝
src/capture/wayland.rs(+31 -57)📝
src/capture/windows.rs(+3 -3)📝
src/capture/x11.rs(+4 -3)📝
src/capture_test.rs(+6 -3)📝
src/config.rs(+36 -1)📝
src/main.rs(+1 -1)📝
src/server.rs(+4 -3)📝
src/server/capture_task.rs(+6 -4)📄 Description
#140
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.