Skip to content

Commit

Permalink
Update description etc
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Jan 5, 2024
1 parent 87407ec commit 3294174
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
14 changes: 4 additions & 10 deletions protocol/pantheon-desktop-shell-v1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,14 @@
</request>

<request name="make_exclusive">
<description summary="set panel edge anchor">
Tell the shell which side of the screen the panel is
located. This is so that new windows do not overlap the panel
and maximized windows maximize properly.
<description summary="make panel area exclusive to the panel">
Tell the shell that windows mustn't go under the panel (except for fullscreen windows).
</description>

<arg name="anchor" type="uint" enum="anchor" summary="anchor"/>
</request>

<request name="unmake_exclusive">
<description summary="set panel edge anchor">
Tell the shell which side of the screen the panel is
located. This is so that new windows do not overlap the panel
and maximized windows maximize properly.
<description summary="let windows go under the panel">
Tell the shell that windows may go under the panel.
</description>
</request>
</interface>
Expand Down
2 changes: 1 addition & 1 deletion protocol/pantheon-desktop-shell.vapi
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ namespace Pantheon.Desktop {
[CCode (has_target = false, has_typedef = false)]
public delegate void SetAnchor (Wl.Client client, Wl.Resource resource, [CCode (type = "uint32_t")] Anchor anchor);
[CCode (has_target = false, has_typedef = false)]
public delegate void MakeExclusive (Wl.Client client, Wl.Resource resource, [CCode (type = "uint32_t")] Anchor anchor);
public delegate void MakeExclusive (Wl.Client client, Wl.Resource resource);
[CCode (has_target = false, has_typedef = false)]
public delegate void UnakeExclusive (Wl.Client client, Wl.Resource resource);
[CCode (has_target = false, has_typedef = false)]
Expand Down

0 comments on commit 3294174

Please sign in to comment.