Chromium Code Reviews| Index: third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml |
| diff --git a/third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml b/third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml |
| index a18a5574f29e86187dec77f4de4480cd2c5daf0d..81eccc19dc734a8675a5607e558d12eb284cb84f 100644 |
| --- a/third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml |
| +++ b/third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml |
| @@ -38,7 +38,7 @@ |
| reset. |
| </description> |
| - <interface name="zwp_remote_shell_v1" version="3"> |
| + <interface name="zwp_remote_shell_v1" version="4"> |
| <description summary="remote_shell"> |
| The global interface that allows clients to turn a wl_surface into a |
| "real window" which is remotely managed but can be stacked, activated |
| @@ -84,6 +84,16 @@ |
| <arg name="container" type="uint"/> |
| </request> |
| + <request name="get_notification_surface" since="4"> |
| + <description summary="create a notification surface from a surface"> |
| + Creates a notification_surface for the given surface, gives it the |
| + notification_surface role and associated it with a notification id. |
| + </description> |
| + <arg name="id" type="new_id" interface="zwp_notification_surface_v1"/> |
| + <arg name="surface" type="object" interface="wl_surface"/> |
| + <arg name="notification_id" type="string" /> |
| + </request> |
| + |
| <event name="configure"> |
| <description summary="suggests a re-layout of remote shell"> |
| Suggests a re-layout of remote surface geometry. |
| @@ -368,4 +378,17 @@ |
| </event> |
| </interface> |
| + <interface name="zwp_notification_surface_v1" version="4"> |
|
reveman
2016/06/14 17:05:35
nit: please add "<!-- Version 4 additions -->" and
xiyuan
2016/06/14 17:27:09
Done.
|
| + <description summary="A notification window"> |
| + An interface that may be implemented by a wl_surface to host |
| + notification contents. |
| + </description> |
| + |
| + <request name="destroy" type="destructor"> |
| + <description summary="Destroy the notification_surface"> |
| + Unmap and destroy the notification surface. |
| + </description> |
| + </request> |
| + </interface> |
| + |
| </protocol> |