diff options
author | sandmann <sandmann> | 2004-06-20 11:25:11 +0000 |
---|---|---|
committer | sandmann <sandmann> | 2004-06-20 11:25:11 +0000 |
commit | eb431cd87460381fd9e99c30279b4dcb778538dd (patch) | |
tree | a5f5a9ec598278e719ba94f43763f9c9dc1b9f3a /wm-spec/wm-spec.xml | |
parent | 869919fafb3782728ed373b5891cd8adcc85d263 (diff) | |
download | xdg-specs-eb431cd87460381fd9e99c30279b4dcb778538dd.tar.xz |
Clarify the the window manager must not send a 0 sync request
Diffstat (limited to 'wm-spec/wm-spec.xml')
-rw-r--r-- | wm-spec/wm-spec.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/wm-spec/wm-spec.xml b/wm-spec/wm-spec.xml index a73dbbc..929dc17 100644 --- a/wm-spec/wm-spec.xml +++ b/wm-spec/wm-spec.xml @@ -1483,11 +1483,12 @@ resize the window faster than the client can keep up. </para> <para> The update request number in the client message is determined by the -window manager, but is generally intended to be incremented by one for -each message sent. Since the initial value of the XSync counter is not -defined by this specification, the window manager MAY set the value of -the XSync counter at any time, and MUST do so when it first manages a -new window. +window manager subject to the restriction that it MUST NOT be 0. The +number is generally intended to be incremented by one for each message +sent. Since the initial value of the XSync counter is not defined by +this specification, the window manager MAY set the value of the XSync +counter at any time, and MUST do so when it first manages a new +window. </para> </sect2> </sect1> |