[PR #155] [MERGED] remove dispatch workaround #305

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

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/155
Author: @feschber
Created: 7/4/2024
Status: Merged
Merged: 7/4/2024
Merged by: @feschber

Base: mainHead: drop-dispatch-hack


📝 Commits (3)

  • b3aa3f4 remove dispatch workaround
  • f97621e adjust error handling
  • 09f08f1 fix drop impl for desktop-portal

📊 Changes

13 files changed (+353 additions, -390 deletions)

View changed files

📝 Cargo.lock (+1 -0)
📝 input-emulation/Cargo.toml (+1 -0)
📝 input-emulation/src/dummy.rs (+8 -1)
📝 input-emulation/src/error.rs (+25 -1)
📝 input-emulation/src/lib.rs (+7 -7)
📝 input-emulation/src/libei.rs (+185 -246)
📝 input-emulation/src/macos.rs (+17 -11)
📝 input-emulation/src/windows.rs (+4 -2)
📝 input-emulation/src/wlroots.rs (+19 -15)
📝 input-emulation/src/x11.rs (+5 -1)
📝 input-emulation/src/xdg_desktop_portal.rs (+43 -70)
📝 src/emulation_test.rs (+17 -16)
📝 src/server/emulation_task.rs (+21 -20)

📄 Description

No description provided


🔄 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/155 **Author:** [@feschber](https://github.com/feschber) **Created:** 7/4/2024 **Status:** ✅ Merged **Merged:** 7/4/2024 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `drop-dispatch-hack` --- ### 📝 Commits (3) - [`b3aa3f4`](https://github.com/feschber/lan-mouse/commit/b3aa3f4281facfbd34caf20bf0053987672000c5) remove dispatch workaround - [`f97621e`](https://github.com/feschber/lan-mouse/commit/f97621e987ba7b9cbaa7679361b7d9dce5e59832) adjust error handling - [`09f08f1`](https://github.com/feschber/lan-mouse/commit/09f08f17980944f768d909e14d1eab180218940f) fix drop impl for desktop-portal ### 📊 Changes **13 files changed** (+353 additions, -390 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+1 -0) 📝 `input-emulation/Cargo.toml` (+1 -0) 📝 `input-emulation/src/dummy.rs` (+8 -1) 📝 `input-emulation/src/error.rs` (+25 -1) 📝 `input-emulation/src/lib.rs` (+7 -7) 📝 `input-emulation/src/libei.rs` (+185 -246) 📝 `input-emulation/src/macos.rs` (+17 -11) 📝 `input-emulation/src/windows.rs` (+4 -2) 📝 `input-emulation/src/wlroots.rs` (+19 -15) 📝 `input-emulation/src/x11.rs` (+5 -1) 📝 `input-emulation/src/xdg_desktop_portal.rs` (+43 -70) 📝 `src/emulation_test.rs` (+17 -16) 📝 `src/server/emulation_task.rs` (+21 -20) </details> ### 📄 Description _No description provided_ --- <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:21 -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#305
No description provided.