Skip to content

Commit

Permalink
hawaii.xml: Add wl_hawaii.add_trusted_client
Browse files Browse the repository at this point in the history
This request lets the shell specify trusted clients for the specified
interface.

Issue: #137
  • Loading branch information
plfiorini committed Feb 8, 2014
1 parent 03d0e20 commit 0c28331
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/protocols/hawaii.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@
This interface defines the foundations of the Hawaii desktop.
</description>

<request name="add_trusted_client">
<description summary="add a trusted client">
Adds a client to the whitelist for the specified interface.
</description>
<arg name="fd" type="fd"/>
<arg name="interface" type="string"/>
</request>

<request name="add_key_binding">
<description summary="add key binding">
Bind a global shortcut.
Expand Down

0 comments on commit 0c28331

Please sign in to comment.