From c79dbb7c11b91a90391025c78735cf121e579815 Mon Sep 17 00:00:00 2001 From: Demi Marie Obenour Date: Wed, 17 Nov 2021 16:18:41 -0500 Subject: 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 --- stable/xdg-shell/xdg-shell.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3