diff options
author | Yong Bakos <ybakos@humanoriented.com> | 2016-04-11 17:23:06 -0500 |
---|---|---|
committer | Bryce Harrington <bryce@bryceharrington.org> | 2016-04-13 12:35:22 -0700 |
commit | cec64ada953ec662f7f4bce9d87e346e3e6f0a0b (patch) | |
tree | 8d48482b3804df9d13fb1732023e233b8893081b /unstable | |
parent | 1dd63b1d3b6b14fafc0bf6f7818cb9ca758a0465 (diff) |
fullscreen-shell: 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/fullscreen-shell/fullscreen-shell-unstable-v1.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml b/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml index 4530938..996ff93 100644 --- a/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml +++ b/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> <protocol name="fullscreen_shell_unstable_v1"> <interface name="zwp_fullscreen_shell_v1" version="1"> |