summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubos Lunak <l.lunak@suse.cz>2006-02-07 12:48:29 +0000
committerLubos Lunak <l.lunak@suse.cz>2006-02-07 12:48:29 +0000
commit4850f870f06e7ad756624d8af461e61ff3e9f821 (patch)
tree606e62ce1b5755b04da9714718487d5b5825a414
parentb23a41c2ca740ee2542d02509a964b285fa7635b (diff)
downloadstartup-notification-4850f870f06e7ad756624d8af461e61ff3e9f821.tar.gz
Added LAUNCHED_BY
(http://mail.gnome.org/archives/wm-spec-list/2006-January/msg00018.html ).
-rw-r--r--doc/startup-notification.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/startup-notification.txt b/doc/startup-notification.txt
index 0b754d1..08fb611 100644
--- a/doc/startup-notification.txt
+++ b/doc/startup-notification.txt
@@ -240,6 +240,11 @@ The following keys may be provided optionally in either a "new" or a
a string to be interpreted exactly as the "Icon" field
in desktop entries is interpreted.
+ LAUNCHED_BY
+
+ identification of the top-level window in which the launch was initiated.
+ The value is the X window ID of the window.
+
DESKTOP
the desktop on which the application should appear,
@@ -420,3 +425,4 @@ Changes since 0.1:
- TIMESTAMP field is obsoleted by including the timestamp directly in the ID.
- data from "change:" messages should be used even if they precede the matching "new:" message
+- added LAUNCHED_BY