Implement QPlatformWindow::raise() in QWaylandWindow and relay it to the compositor

Change-Id: I744f9799730810e4afc73f86487a34aa0fd8405b
Done-with: Vesa Halttunen <vesa.halttunen@jollamobile.com>
Reviewed-by: Jan Arne Petersen <jan.petersen@kdab.com>
Reviewed-by: Andrew Knight <andrew.knight@digia.com>
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
This commit is contained in:
Robin Burchell 2013-08-06 02:11:59 +02:00 committed by Andy Nichols
parent ed089d9b7a
commit 4e68516aa5

View File

@ -84,5 +84,11 @@
<arg name="flags" type="int"/>
</request>
<request name="raise">
</request>
<request name="lower">
</request>
</interface>
</protocol>