Implement text cursor position protocol.
Here we create a new client/compositor interface in weston to allow clients to report their x/y cursor position to the compositor. These values are then used to center the zoom area on this point. This is useful for everyone, especially people who are visually impaired.
This commit is contained in:
committed by
Kristian Høgsberg
parent
d64bdf4755
commit
7a1b32a198
@@ -2,6 +2,8 @@ weston
|
||||
weston-launch
|
||||
screenshooter-protocol.c
|
||||
screenshooter-server-protocol.h
|
||||
text-cursor-position-protocol.c
|
||||
text-cursor-position-server-protocol.h
|
||||
tablet-shell-protocol.c
|
||||
tablet-shell-server-protocol.h
|
||||
xserver-protocol.c
|
||||
|
||||
Reference in New Issue
Block a user