diff options
| author | Kristian Høgsberg <krh@bitplanet.net> | 2011-05-12 21:29:22 -0400 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2011-05-12 21:29:22 -0400 |
| commit | 4bde293ff8109d55eeaee8732f5a6ee0c8cd4bd9 (patch) | |
| tree | 9bc28fe4281feeb90758a2f6cfb28988da348287 /protocol | |
| parent | server: Send error if client tries to bind to non-existant object (diff) | |
| download | wayland-4bde293ff8109d55eeaee8732f5a6ee0c8cd4bd9.tar wayland-4bde293ff8109d55eeaee8732f5a6ee0c8cd4bd9.tar.gz wayland-4bde293ff8109d55eeaee8732f5a6ee0c8cd4bd9.tar.bz2 wayland-4bde293ff8109d55eeaee8732f5a6ee0c8cd4bd9.tar.lz wayland-4bde293ff8109d55eeaee8732f5a6ee0c8cd4bd9.tar.xz wayland-4bde293ff8109d55eeaee8732f5a6ee0c8cd4bd9.tar.zst wayland-4bde293ff8109d55eeaee8732f5a6ee0c8cd4bd9.zip | |
Add event to associate visuals with a pixel format token
Diffstat (limited to 'protocol')
| -rw-r--r-- | protocol/wayland.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index afeaf9e..9d0a539 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -83,6 +83,17 @@ <request name="create_surface"> <arg name="id" type="new_id" interface="wl_surface"/> </request> + + <enum name="visual"> + <entry name="argb32" value="0"/> + <entry name="premultiplied_argb32" value="1"/> + <entry name="xrgb32" value="2"/> + </enum> + + <event name="token_visual"> + <arg name="id" type="new_id" interface="wl_object"/> + <arg name="token" type="uint"/> + </event> </interface> <!-- Shared memory support --> |
