diff options
| author | Yong Bakos <ybakos@humanoriented.com> | 2016-08-11 14:33:00 -0700 |
|---|---|---|
| committer | Bryce Harrington <bryce@osg.samsung.com> | 2016-08-12 12:45:26 -0700 |
| commit | 83ec381bf8e40273c02170028598212f738b9dfd (patch) | |
| tree | d1d23111bac4fdc9fc4d036c09aaeadba7ff62b6 /protocol | |
| parent | protocol: Hyphenate subsurface (diff) | |
| download | wayland-83ec381bf8e40273c02170028598212f738b9dfd.tar wayland-83ec381bf8e40273c02170028598212f738b9dfd.tar.gz wayland-83ec381bf8e40273c02170028598212f738b9dfd.tar.bz2 wayland-83ec381bf8e40273c02170028598212f738b9dfd.tar.lz wayland-83ec381bf8e40273c02170028598212f738b9dfd.tar.xz wayland-83ec381bf8e40273c02170028598212f738b9dfd.tar.zst wayland-83ec381bf8e40273c02170028598212f738b9dfd.zip | |
protocol: Capitalize ID for consistency
Signed-off-by: Yong Bakos <ybakos@humanoriented.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
Diffstat (limited to 'protocol')
| -rw-r--r-- | protocol/wayland.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index b20d35c..cc0deac 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -98,7 +98,7 @@ When the client receives this event, it will know that it can safely reuse the object ID. </description> - <arg name="id" type="uint" summary="deleted object id"/> + <arg name="id" type="uint" summary="deleted object ID"/> </event> </interface> |
