diff options
| author | Kristian Høgsberg <krh@bitplanet.net> | 2010-12-09 11:06:46 -0500 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-12-09 11:06:46 -0500 |
| commit | 67f367f329f3640d12db43cf5dc14e7f8b1e1242 (patch) | |
| tree | 80e2a31be7adf401d02d019d060284ddfba6eb0c /protocol | |
| parent | Set up visuals in wayland-server (diff) | |
| download | wayland-67f367f329f3640d12db43cf5dc14e7f8b1e1242.tar wayland-67f367f329f3640d12db43cf5dc14e7f8b1e1242.tar.gz wayland-67f367f329f3640d12db43cf5dc14e7f8b1e1242.tar.bz2 wayland-67f367f329f3640d12db43cf5dc14e7f8b1e1242.tar.lz wayland-67f367f329f3640d12db43cf5dc14e7f8b1e1242.tar.xz wayland-67f367f329f3640d12db43cf5dc14e7f8b1e1242.tar.zst wayland-67f367f329f3640d12db43cf5dc14e7f8b1e1242.zip | |
Document the shell.configure event a bit
Diffstat (limited to 'protocol')
| -rw-r--r-- | protocol/wayland.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index ca887a9..62d8a66 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -164,6 +164,12 @@ <arg name="id" type="new_id" interface="drag"/> </request> + <!-- The configure event asks the client to resize its surface. + The size is a hint, in the sense that the client is free to + ignore it if it doesn't resize, pick a smaller size (to + satisfy aspect ration or resize in steps of NxM pixels). The + client is free to dismiss all but the last configure event it + received. --> <event name="configure"> <arg name="time" type="uint"/> <!-- Same as edges except also move (16) --> |
