mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
[PR #33] [MERGED] Libei support #245
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#245
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/33
Author: @feschber
Created: 10/16/2023
Status: ✅ Merged
Merged: 12/3/2023
Merged by: @feschber
Base:
main← Head:libei-support📝 Commits (10+)
a1b8eb4fix XDG_CURRENT_DESKTOP (gnome -> GNOME)acebf6fadd reis6d9550cstart impl149ac95start implementing futures stream6707ae8fix compilation errorseb16e29fix windows error7d9d0b2fix another compilation error and renable gtkca043f8libei handshakeee6cc9esomething's wrong, I can feel it537e1a1it is moving📊 Changes
18 files changed (+564 additions, -259 deletions)
View changed files
📝
Cargo.lock(+32 -0)📝
Cargo.toml(+7 -15)📝
README.md(+3 -3)📝
src/backend/consumer/libei.rs(+275 -9)📝
src/backend/consumer/windows.rs(+9 -4)📝
src/backend/consumer/wlroots.rs(+8 -4)📝
src/backend/consumer/x11.rs(+10 -4)📝
src/backend/consumer/xdg_desktop_portal.rs(+2 -2)📝
src/backend/producer.rs(+2 -0)➕
src/backend/producer/libei.rs(+29 -0)📝
src/backend/producer/wayland.rs(+79 -50)📝
src/backend/producer/windows.rs(+13 -12)📝
src/backend/producer/x11.rs(+12 -22)📝
src/consumer.rs(+16 -22)📝
src/event/server.rs(+37 -88)📝
src/frontend.rs(+1 -0)📝
src/main.rs(+1 -0)📝
src/producer.rs(+28 -24)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.