diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-31 03:09:16 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-31 03:09:16 +0200 |
commit | ddcb5ed867c9b72d9abf9c065afef9fc241e0f34 (patch) | |
tree | 14fed2a0b7c648353a7d4cc730abfdabf4b3ec05 | |
parent | m (diff) | |
download | mds-ddcb5ed867c9b72d9abf9c065afef9fc241e0f34.tar.gz mds-ddcb5ed867c9b72d9abf9c065afef9fc241e0f34.tar.bz2 mds-ddcb5ed867c9b72d9abf9c065afef9fc241e0f34.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | doc/protocols | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/protocols b/doc/protocols index 54ace79..c45b894 100644 --- a/doc/protocols +++ b/doc/protocols @@ -819,10 +819,10 @@ Instructions: When a virtual terminal switch is requested the that it may switch VT. The server should detect this by setting up secondary contection to the display that intercepts this message. This connection - should intercept this message with priority −2³², + should intercept this message with priority −2⁶³, all servers that need to perform actions before the switch takes place must have a priority higher than - −2³², preferably 0. + −2⁶³, preferably 0. Purpose: Allow servers to release resources when the user switch virtual terminal before the terminal actually changes and |