mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
[PR #384] Attach dialog to window #397
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#397
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/384
Author: @feschber
Created: 2/11/2026
Status: 🔄 Open
Base:
main← Head:attach-dialog-to-window📝 Commits (2)
93618a5implement xdg-foreign to put capture dialog on top5881ecdguard by feature flag📊 Changes
10 files changed (+164 additions, -33 deletions)
View changed files
📝
Cargo.lock(+25 -0)📝
input-capture/src/lib.rs(+31 -5)📝
input-capture/src/libei.rs(+22 -7)📝
lan-mouse-gtk/Cargo.toml(+8 -0)📝
lan-mouse-gtk/src/lib.rs(+26 -1)📝
lan-mouse-gtk/src/window.rs(+1 -1)📝
lan-mouse-ipc/src/lib.rs(+8 -0)📝
src/capture.rs(+16 -16)📝
src/capture_test.rs(+3 -1)📝
src/service.rs(+24 -2)📄 Description
This puts the dialog for input-capture on top of the main lan-mouse window.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.