summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDemi Marie Obenour <demiobenour@gmail.com>2021-11-17 16:18:41 -0500
committerJonas Ã…dahl <jadahl@gmail.com>2022-11-04 15:22:22 +0000
commitc79dbb7c11b91a90391025c78735cf121e579815 (patch)
treefaf7a8a907d0ecc49d5e75de257ce5ddcb626a0d
parentc4ca25a1f198fcf9ef86f84d488db44138a0c263 (diff)
downloadwayland-protocols-c79dbb7c11b91a90391025c78735cf121e579815.tar.gz
xdg-shell: window menus are optional
A compositor is free to completely ignore requests to draw a window menu. Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
-rw-r--r--stable/xdg-shell/xdg-shell.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/stable/xdg-shell/xdg-shell.xml b/stable/xdg-shell/xdg-shell.xml
index e489249..aac4ed8 100644
--- a/stable/xdg-shell/xdg-shell.xml
+++ b/stable/xdg-shell/xdg-shell.xml
@@ -701,7 +701,8 @@
This request asks the compositor to pop up such a window menu at
the given position, relative to the local surface coordinates of
the parent surface. There are no guarantees as to what menu items
- the window menu contains.
+ the window menu contains, or even if a window menu will be drawn
+ at all.
This request must be used in response to some sort of user action
like a button press, key press, or touch down event.