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 | |
parent | aaf2c91873d77df2bdc1aa32bd7bf6ced41ac53b (diff) |
protocol: Capitalize ID for consistency
Signed-off-by: Yong Bakos <ybakos@humanoriented.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
-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> |