[PR #150] [MERGED] Configurable capture backend #302

Closed
opened 2026-05-05 22:16:17 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: mainHead: configurable-capture-backend


📝 Commits (7)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/feschber/lan-mouse/pull/150 **Author:** [@feschber](https://github.com/feschber) **Created:** 6/28/2024 **Status:** ✅ Merged **Merged:** 6/28/2024 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `configurable-capture-backend` --- ### 📝 Commits (7) - [`b874898`](https://github.com/feschber/lan-mouse/commit/b874898c119aa7b11a81722665e2e22cfe959910) configurable capture backend - [`769597a`](https://github.com/feschber/lan-mouse/commit/769597af5884dae959969f04be51f397217c5e72) adapt windows - [`16df8e9`](https://github.com/feschber/lan-mouse/commit/16df8e969356c13b8e3765f323447a86f1332b8f) fix Display - [`1db43c4`](https://github.com/feschber/lan-mouse/commit/1db43c4751a3b80ce5ee6696c9bb6cd8c8586898) adapt windows + macos error types - [`c2fde88`](https://github.com/feschber/lan-mouse/commit/c2fde8890030a95b40aa233de59593d8bd052b9d) add option to config - [`89c5067`](https://github.com/feschber/lan-mouse/commit/89c5067e0d6541e443589b29957bb73ba49bacb3) fix macos build - [`ce10eb6`](https://github.com/feschber/lan-mouse/commit/ce10eb6c3ebe4f06dac270134854498cf94557ee) fix macos, the 2nd ### 📊 Changes **15 files changed** (+279 additions, -94 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description #140 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 22:16:17 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/lan-mouse#302
No description provided.