diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-03-14 12:03:13 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-03-16 23:01:39 +0100 |
commit | 94fcdde0e25ffb737734e9a696814308bcb23576 (patch) | |
tree | acd120518159e045bfa7b216af723a76d6f9026e /protocol | |
parent | 9061f91eb8252e1e414365df7e909093932235ac (diff) |
Extent frame event to be surface dependent
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/wayland.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 88c5a32..486cc0c 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -18,6 +18,7 @@ animations. The notification will only be posted for one frame unless requested again. --> <request name="frame"> + <arg name="surface" type="object" interface="surface"/> <arg name="key" type="uint"/> </request> |