Skip to content

Commit 46d8a2d

Browse files
authored
Update pantheon-desktop-shell-v1.xml
1 parent 77b8467 commit 46d8a2d

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

protocol/pantheon-desktop-shell-v1.xml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,6 @@
111111
Tell the shell to keep the surface above on all workspaces
112112
</description>
113113
</request>
114-
<<<<<<< leolost/make-modal
115-
<request name="make_modal">
116-
<description summary="requests to make a surface system modal">
117-
This will block all user input outside the surface and most system shortcuts.
118-
</description>
119-
120-
<arg name="dim" type="uint" summary="1 to dim, 0 to not dim"/>
121-
=======
122114

123115
<request name="make_centered">
124116
<description summary="requests to keep the surface centered">
@@ -127,14 +119,21 @@
127119
</description>
128120
</request>
129121

122+
<request name="make_modal">
123+
<description summary="requests to make a surface system modal">
124+
This will block all user input outside the surface and most system shortcuts.
125+
</description>
126+
127+
<arg name="dim" type="uint" summary="1 to dim, 0 to not dim"/>
128+
</request>
129+
130130
<request name="focus">
131131
<description summary="request keyboard focus">
132132
Request keyboard focus, taking it away from any other window.
133133
Keyboard focus must always be manually be requested and is
134134
- in contrast to normal windows - never automatically granted
135135
by the compositor.
136136
</description>
137-
>>>>>>> main
138137
</request>
139138
</interface>
140139
</protocol>

0 commit comments

Comments
 (0)