summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubos Lunak <l.lunak@suse.cz>2004-10-11 14:24:44 +0000
committerLubos Lunak <l.lunak@suse.cz>2004-10-11 14:24:44 +0000
commitfaec9cd880924478f7fb610503435bda05cf99c8 (patch)
tree7040ea1c391cfd26dfaa7af875b0e4540ee91abd
parentf5c89cbca145de9da0cb5c47ed7efaa90977f176 (diff)
downloadstartup-notification-faec9cd880924478f7fb610503435bda05cf99c8.tar.gz
TIMESTAMP now included in ID, as agreed upon on the wm-spec-list@ list.
-rw-r--r--doc/startup-notification.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/startup-notification.txt b/doc/startup-notification.txt
index 5a06ad4..bd7f10c 100644
--- a/doc/startup-notification.txt
+++ b/doc/startup-notification.txt
@@ -199,6 +199,10 @@ All messages must include these keys:
uniquely identifies a startup sequence; should be some globally
unique string (for example, hostname+pid+current time).
+ The string should be in the form of <unique>_TIME<timestamp>,
+ where the timestamp is the X server timestamp of the user
+ action that caused the launch. See the TIMESTAMP key
+ for details.
The following keys are required in a "new" message and may be included
in either a "new" or a "changed" message:
@@ -244,6 +248,9 @@ The following keys may be provided optionally in either a "new" or a
have any _NET_WM_USER_TIME property set or if it's older.
See the description of _NET_WM_USER_TIME in the WM spec
for details.
+
+ This key is obsoleted by including the timestamp directly
+ in the ID field.
DESCRIPTION
@@ -394,3 +401,11 @@ this code and destroyed just after.
xevent.xclient.message_type = type_atom_begin;
}
+
+Change history
+===
+
+Changes since 0.1:
+
+- TIMESTAMP field is obsoleted by including the timestamp directly in the ID.
+