diff options
Diffstat (limited to 'unstable/xdg-shell/xdg-shell-unstable-v5.xml')
-rw-r--r-- | unstable/xdg-shell/xdg-shell-unstable-v5.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/unstable/xdg-shell/xdg-shell-unstable-v5.xml b/unstable/xdg-shell/xdg-shell-unstable-v5.xml index ef0180d..59fa9de 100644 --- a/unstable/xdg-shell/xdg-shell-unstable-v5.xml +++ b/unstable/xdg-shell/xdg-shell-unstable-v5.xml @@ -478,6 +478,11 @@ If the surface was already maximized, the compositor will still emit a configure event with the "maximized" state. + + Note that unrelated compositor side state changes may cause + configure events to be emitted at any time, meaning trying to + match this request to a specific future configure event is + futile. </description> </request> @@ -500,6 +505,11 @@ If the surface was already not maximized, the compositor will still emit a configure event without the "maximized" state. + + Note that unrelated compositor side state changes may cause + configure events to be emitted at any time, meaning trying to + match this request to a specific future configure event is + futile. </description> </request> |