diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2015-02-13 14:01:55 +0800 |
---|---|---|
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2015-02-27 14:58:35 +0200 |
commit | 66bc949b72efeebd36f8c7ac2264dbbcff9d4a29 (patch) | |
tree | def56172ea2e838bedd348ebdc27c446ed1b5209 /protocol | |
parent | 502f5e06a2011ff07fb972719a668af24b0fc7e8 (diff) |
xdg-shell: Take a xdg_surface as the parent surface
There is no other valid surface that we should be using here.
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/xdg-shell.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/xdg-shell.xml b/protocol/xdg-shell.xml index 776438be..6abfabd2 100644 --- a/protocol/xdg-shell.xml +++ b/protocol/xdg-shell.xml @@ -152,7 +152,7 @@ unmapped if the parent is unmapped too. They should not appear on task bars and alt+tab. </description> - <arg name="parent" type="object" interface="wl_surface" allow-null="true"/> + <arg name="parent" type="object" interface="xdg_surface" allow-null="true"/> </request> <request name="set_title"> |