Add origin information to output.geometry event

This commit is contained in:
Kristian Høgsberg 2010-12-01 20:10:10 -05:00
parent aa82767c98
commit f8fc08f771
4 changed files with 9 additions and 5 deletions

View file

@ -378,6 +378,8 @@
<interface name="output" version="1">
<!-- Notification about the screen size. -->
<event name="geometry">
<arg name="x" type="int"/>
<arg name="y" type="int"/>
<arg name="width" type="int"/>
<arg name="height" type="int"/>
</event>