diff options
| author | Tiago Vignatti <tiago.vignatti@intel.com> | 2012-05-21 16:47:44 +0300 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-05-21 12:55:36 -0400 |
| commit | 35a92ef83ba24a0cced3c7c6b9fcde377a88f83b (patch) | |
| tree | 243807a44315237f6a82d5594d9ed7881e8b89f8 /protocol | |
| parent | doc: Update docs to refer to wl_seat instead of wl_input_device (diff) | |
| download | wayland-35a92ef83ba24a0cced3c7c6b9fcde377a88f83b.tar wayland-35a92ef83ba24a0cced3c7c6b9fcde377a88f83b.tar.gz wayland-35a92ef83ba24a0cced3c7c6b9fcde377a88f83b.tar.bz2 wayland-35a92ef83ba24a0cced3c7c6b9fcde377a88f83b.tar.lz wayland-35a92ef83ba24a0cced3c7c6b9fcde377a88f83b.tar.xz wayland-35a92ef83ba24a0cced3c7c6b9fcde377a88f83b.tar.zst wayland-35a92ef83ba24a0cced3c7c6b9fcde377a88f83b.zip | |
protocol: use transient flags for activate or not surfaces
Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
Diffstat (limited to 'protocol')
| -rw-r--r-- | protocol/wayland.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index f14d1d2..d70ced7 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -440,6 +440,10 @@ </description> </request> + <enum name="transient"> + <entry name="inactive" value="0x1" summary="do not set keyboard focus"/> + </enum> + <request name="set_transient"> <description summary="make the surface a transient surface"> Map the surface relative to an existing surface. The x and y |
