Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
maynard
Commits
a94c970a
Commit
a94c970a
authored
Feb 11, 2014
by
Jonny Lamb
Browse files
desktop-shell: update protocol to version 3
parent
478def9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
protocol/desktop-shell.xml
View file @
a94c970a
<protocol
name=
"desktop"
>
<interface
name=
"desktop_shell"
version=
"
2
"
>
<interface
name=
"desktop_shell"
version=
"
3
"
>
<description
summary=
"create desktop widgets and helpers"
>
Traditional user interfaces can rely on this interface to define the
foundations of typical desktops. Currently it's possible to set up
...
...
@@ -91,6 +91,24 @@
<entry
name=
"busy"
value=
"11"
/>
</enum>
<!-- version 3 additions -->
<enum
name=
"panel_position"
>
<entry
name=
"top"
value=
"0"
/>
<entry
name=
"bottom"
value=
"1"
/>
<entry
name=
"left"
value=
"2"
/>
<entry
name=
"right"
value=
"3"
/>
</enum>
<request
name=
"set_panel_position"
since=
"3"
>
<arg
name=
"position"
type=
"uint"
/>
<description
summary=
"set panel position"
>
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>
</request>
</interface>
<interface
name=
"screensaver"
version=
"1"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment