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:
Scott Moreau
2012-05-27 14:25:02 -06:00
committed by Kristian Høgsberg
parent d64bdf4755
commit 7a1b32a198
12 changed files with 219 additions and 10 deletions
+2
View File
@@ -10,6 +10,8 @@ libtoytoolkit.a
resizor
screenshooter-client-protocol.h
screenshooter-protocol.c
text-cursor-position-client-protocol.h
text-cursor-position-protocol.c
simple-egl
simple-shm
simple-touch