summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>2012-05-22 15:39:40 +0300
committerKristian Høgsberg <krh@bitplanet.net>2012-05-22 15:20:12 -0400
commitff0d7456742343400b00fa58c77efa51d5ab5d6d (patch)
treedea2fb178ce86a6492164ec96d28b71f89939a95 /protocol
parent35a92ef83ba24a0cced3c7c6b9fcde377a88f83b (diff)
shm: Add request for resizing pools
Diffstat (limited to 'protocol')
-rw-r--r--protocol/wayland.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index d70ced7..8f5f6af 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -173,6 +173,16 @@
Destroy the pool.
</description>
</request>
+
+ <request name="resize">
+ <description summary="change the size of the pool mapping">
+ This request will cause the server to remap the backing memory
+ for the pool from the fd passed when the pool was creating but
+ using the new size.
+ </description>
+
+ <arg name="size" type="int"/>
+ </request>
</interface>
<interface name="wl_shm" version="1">