summaryrefslogtreecommitdiff
path: root/protocol/wayland-test.xml
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/wayland-test.xml')
-rw-r--r--protocol/wayland-test.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/protocol/wayland-test.xml b/protocol/wayland-test.xml
index 2993f087..18b66253 100644
--- a/protocol/wayland-test.xml
+++ b/protocol/wayland-test.xml
@@ -51,5 +51,12 @@
<arg name="x" type="fixed"/>
<arg name="y" type="fixed"/>
</event>
+ <request name="get_n_egl_buffers">
+ <!-- causes a n_egl_buffers event to be sent which reports how many
+ buffer objects are live for the client -->
+ </request>
+ <event name="n_egl_buffers">
+ <arg name="n" type="uint"/>
+ </event>
</interface>
</protocol>