implement the virtual pointer protocol #574
No reviewers
Labels
No labels
A: maintenance
A: question
B: not applicable
B: not reproducible
B: resolved
C: multi-DPI
C: protocols
C: rendering
C: XWayland
Kind/Bug
Kind/Feature
Reviewed
Duplicate
Reviewed
Won't Fix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
dwl/dwl!574
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "guidocella/dwl:virtual-pointer"
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?
This is used by programs like warpd.
warpd 1.3.5 or wl-kbptr don't work and I don't understand what is missing, but at least warpd-git is fixed. If hyprland fixes them we can copy their solution, see https://github.com/hyprwm/Hyprland/issues/2522
github.com/rvaiya/warpd@110d03a8c7https://github.com/hyprwm/Hyprland/issues/3360@ -2327,2 +2329,4 @@virtual_keyboard_mgr = wlr_virtual_keyboard_manager_v1_create(dpy);LISTEN_STATIC(&virtual_keyboard_mgr->events.new_virtual_keyboard, virtualkeyboard);LISTEN_STATIC(&wlr_virtual_pointer_manager_v1_create(dpy)->events.new_virtual_pointer,For consistency, let's create a variable
virtual_pointer_mgr1332875622tob197b71aa5Thanks!