Update desktop_shell xml file for version 2.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-08-06 12:36:48 +01:00
parent dfe66d1611
commit 711a9c4690
1 changed files with 12 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<protocol name="desktop">
<interface name="e_desktop_shell" version="1">
<interface name="e_desktop_shell" version="2">
<request name="set_background">
<arg name="output" type="object" interface="wl_output"/>
<arg name="surface" type="object" interface="wl_surface"/>
@ -21,6 +21,17 @@
<arg name="surface" type="object" interface="wl_surface"/>
</request>
<request name="desktop_ready" since="2">
<description summary="desktop is ready to be shown">
Tell the server, that enough desktop elements have been drawn
to make the desktop look ready for use. During start-up, the
server can wait for this request with a black screen before
starting to fade in the desktop, for instance. If the client
parts of a desktop take a long time to initialize, we avoid
showing temporary garbage.
</description>
</request>
<!-- We'll fold most of wl_shell into this interface and then
they'll share the configure event. -->
<event name="configure">