diff options
author | Yong Bakos <ybakos@humanoriented.com> | 2016-04-11 17:23:05 -0500 |
---|---|---|
committer | Bryce Harrington <bryce@bryceharrington.org> | 2016-04-13 12:35:19 -0700 |
commit | 1dd63b1d3b6b14fafc0bf6f7818cb9ca758a0465 (patch) | |
tree | 63427ea65f1b5ad44cae2480e2bfacb5cb25e528 /unstable | |
parent | 6c6e646a484478ed4577c79d1c6c29ca34bd11e5 (diff) |
pointer-gestures: Add missing xml declaration
Signed-off-by: Yong Bakos <ybakos@humanoriented.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
Diffstat (limited to 'unstable')
-rw-r--r-- | unstable/pointer-gestures/pointer-gestures-unstable-v1.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml b/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml index 26928d5..5b7132c 100644 --- a/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml +++ b/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> <protocol name="pointer_gestures_unstable_v1"> <interface name="zwp_pointer_gestures_v1" version="1"> |