[PR #209] [MERGED] reference count capture #329

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

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/209
Author: @feschber
Created: 10/2/2024
Status: Merged
Merged: 10/5/2024
Merged by: @feschber

Base: mainHead: reference-count-capture


📝 Commits (2)

📊 Changes

8 files changed (+270 additions, -238 deletions)

View changed files

📝 input-capture/src/dummy.rs (+5 -5)
📝 input-capture/src/lib.rs (+91 -18)
📝 input-capture/src/libei.rs (+40 -47)
📝 input-capture/src/macos.rs (+50 -61)
📝 input-capture/src/wayland.rs (+50 -65)
📝 input-capture/src/windows.rs (+25 -32)
📝 input-capture/src/x11.rs (+4 -7)
📝 src/capture_test.rs (+5 -3)

📄 Description

Multiple captures can now be created at the same position. Captures at the same position are reference counted.


🔄 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/209 **Author:** [@feschber](https://github.com/feschber) **Created:** 10/2/2024 **Status:** ✅ Merged **Merged:** 10/5/2024 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `reference-count-capture` --- ### 📝 Commits (2) - [`f294ff0`](https://github.com/feschber/lan-mouse/commit/f294ff0036eb72d26206a58b460a3808dbdce1bf) reference count capture - [`735d149`](https://github.com/feschber/lan-mouse/commit/735d149503ff1cce42122a25b00f3e3c0ef7e1db) update testcase ### 📊 Changes **8 files changed** (+270 additions, -238 deletions) <details> <summary>View changed files</summary> 📝 `input-capture/src/dummy.rs` (+5 -5) 📝 `input-capture/src/lib.rs` (+91 -18) 📝 `input-capture/src/libei.rs` (+40 -47) 📝 `input-capture/src/macos.rs` (+50 -61) 📝 `input-capture/src/wayland.rs` (+50 -65) 📝 `input-capture/src/windows.rs` (+25 -32) 📝 `input-capture/src/x11.rs` (+4 -7) 📝 `src/capture_test.rs` (+5 -3) </details> ### 📄 Description Multiple captures can now be created at the same position. Captures at the same position are reference counted. --- <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:58 -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#329
No description provided.