Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(310)

Side by Side Diff: third_party/wayland-protocols/README.chromium

Issue 2560493003: wayland-protocols: Add zcr_stylus_v2 protocol for touch based stylus (Closed)
Patch Set: apply v1 update to v2. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Name: wayland-protocols 1 Name: wayland-protocols
2 URL: http://wayland.freedesktop.org/ 2 URL: http://wayland.freedesktop.org/
3 Version: 1.7 3 Version: 1.7
4 License: MIT 4 License: MIT
5 License File: src/COPYING 5 License File: src/COPYING
6 Security Critical: yes 6 Security Critical: yes
7 7
8 Description: 8 Description:
9 wayland-protocols contains Wayland protocols that adds functionality not 9 wayland-protocols contains Wayland protocols that adds functionality not
10 available in the Wayland core protocol. Such protocols either adds 10 available in the Wayland core protocol. Such protocols either adds
(...skipping 22 matching lines...) Expand all
33 wayland-scanner client-header < unstable/alpha-compositing/alpha-compositing -unstable-v1.xml > include/protocol/alpha-compositing-unstable-v1-client-protoco l.h 33 wayland-scanner client-header < unstable/alpha-compositing/alpha-compositing -unstable-v1.xml > include/protocol/alpha-compositing-unstable-v1-client-protoco l.h
34 wayland-scanner code < unstable/remote-shell/remote-shell-unstable-v1.xml > protocol/remote-shell-protocol.c 34 wayland-scanner code < unstable/remote-shell/remote-shell-unstable-v1.xml > protocol/remote-shell-protocol.c
35 wayland-scanner server-header < unstable/remote-shell/remote-shell-unstable- v1.xml > include/protocol/remote-shell-unstable-v1-server-protocol.h 35 wayland-scanner server-header < unstable/remote-shell/remote-shell-unstable- v1.xml > include/protocol/remote-shell-unstable-v1-server-protocol.h
36 wayland-scanner client-header < unstable/remote-shell/remote-shell-unstable- v1.xml > include/protocol/remote-shell-unstable-v1-client-protocol.h 36 wayland-scanner client-header < unstable/remote-shell/remote-shell-unstable- v1.xml > include/protocol/remote-shell-unstable-v1-client-protocol.h
37 wayland-scanner code < unstable/vsync-feedback/vsync-feedback-unstable-v1.xm l > protocol/vsync-feedback-protocol.c 37 wayland-scanner code < unstable/vsync-feedback/vsync-feedback-unstable-v1.xm l > protocol/vsync-feedback-protocol.c
38 wayland-scanner server-header < unstable/vsync-feedback/vsync-feedback-unsta ble-v1.xml > include/protocol/vsync-feedback-unstable-v1-server-protocol.h 38 wayland-scanner server-header < unstable/vsync-feedback/vsync-feedback-unsta ble-v1.xml > include/protocol/vsync-feedback-unstable-v1-server-protocol.h
39 wayland-scanner client-header < unstable/vsync-feedback/vsync-feedback-unsta ble-v1.xml > include/protocol/vsync-feedback-unstable-v1-client-protocol.h 39 wayland-scanner client-header < unstable/vsync-feedback/vsync-feedback-unsta ble-v1.xml > include/protocol/vsync-feedback-unstable-v1-client-protocol.h
40 wayland-scanner code < unstable/gaming-input/gaming-input-unstable-v1.xml > protocol/gaming-input-protocol.c 40 wayland-scanner code < unstable/gaming-input/gaming-input-unstable-v1.xml > protocol/gaming-input-protocol.c
41 wayland-scanner server-header < unstable/gaming-input/gaming-input-unstable- v1.xml > include/protocol/gaming-input-unstable-v1-server-protocol.h 41 wayland-scanner server-header < unstable/gaming-input/gaming-input-unstable- v1.xml > include/protocol/gaming-input-unstable-v1-server-protocol.h
42 wayland-scanner client-header < unstable/gaming-input/gaming-input-unstable- v1.xml > include/protocol/gaming-input-unstable-v1-client-protocol.h 42 wayland-scanner client-header < unstable/gaming-input/gaming-input-unstable- v1.xml > include/protocol/gaming-input-unstable-v1-client-protocol.h
43 wayland-scanner code < unstable/stylus/stylus-unstable-v1.xml > protocol/sty lus-protocol.c 43 wayland-scanner code < unstable/stylus/stylus-unstable-v1.xml > protocol/sty lus-protocol-v1.c
44 wayland-scanner server-header < unstable/stylus/stylus-unstable-v1.xml > inc lude/protocol/stylus-unstable-v1-server-protocol.h 44 wayland-scanner server-header < unstable/stylus/stylus-unstable-v1.xml > inc lude/protocol/stylus-unstable-v1-server-protocol.h
45 wayland-scanner client-header < unstable/stylus/stylus-unstable-v1.xml > inc lude/protocol/stylus-unstable-v1-client-protocol.h 45 wayland-scanner client-header < unstable/stylus/stylus-unstable-v1.xml > inc lude/protocol/stylus-unstable-v1-client-protocol.h
46 wayland-scanner code < unstable/stylus/stylus-unstable-v2.xml > protocol/sty lus-protocol-v2.c
47 wayland-scanner server-header < unstable/stylus/stylus-unstable-v2.xml > inc lude/protocol/stylus-unstable-v2-server-protocol.h
48 wayland-scanner client-header < unstable/stylus/stylus-unstable-v2.xml > inc lude/protocol/stylus-unstable-v2-client-protocol.h
46 wayland-scanner code < unstable/keyboard/keyboard-configuration-unstable-v1. xml > protocol/keyboard-configuration-protocol.c 49 wayland-scanner code < unstable/keyboard/keyboard-configuration-unstable-v1. xml > protocol/keyboard-configuration-protocol.c
47 wayland-scanner server-header < unstable/keyboard/keyboard-configuration-uns table-v1.xml > include/protocol/keyboard-configuration-unstable-v1-server-protoc ol.h 50 wayland-scanner server-header < unstable/keyboard/keyboard-configuration-uns table-v1.xml > include/protocol/keyboard-configuration-unstable-v1-server-protoc ol.h
48 wayland-scanner client-header < unstable/keyboard/keyboard-configuration-uns table-v1.xml > include/protocol/keyboard-configuration-unstable-v1-client-protoc ol.h 51 wayland-scanner client-header < unstable/keyboard/keyboard-configuration-uns table-v1.xml > include/protocol/keyboard-configuration-unstable-v1-client-protoc ol.h
49 - Update this README to reflect the new version number. 52 - Update this README to reflect the new version number.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698