diff options
author | Jose Dapena Paz <jdapena@igalia.com> | 2022-07-29 18:56:30 +0200 |
---|---|---|
committer | Jose Dapena Paz <jdapena@igalia.com> | 2022-07-29 18:57:27 +0200 |
commit | f3cecb6e79d7fcac14535108c06cb5a922159d78 (patch) | |
tree | 5ee2bc5a92c5e37df2431b692a7f7fe9b2ab48bf | |
parent | fc0ffa4c45d3a6ec6ad8cc9b939ef6c9dd2e7eaf (diff) |
Rename surface/role in appinfo.json to surface/type.
Give consistency to the naming coming from AGL, so the field WAM uses
now to know the surface type is surface/type instead of surface/role.
Bug-AGL: SPEC-4252
Change-Id: Idcd4b25ca4e0cbd608b5b7610f6fd971ca7034d9
Signed-off-by: Jose Dapena Paz <jdapena@igalia.com>
-rw-r--r-- | src/appinfo.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/appinfo.json b/src/appinfo.json index a34542a..294106c 100644 --- a/src/appinfo.json +++ b/src/appinfo.json @@ -9,7 +9,7 @@ "uiRevision": "2", "icon": "icon.svg", "surface": { - "role": "panel", + "type": "panel", "panel_edge": "left", "width": "218" }, |