summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-09-19 20:13:40 +0200
committerLennart Poettering <lennart@poettering.net>2009-09-19 20:15:06 +0200
commitfd577583a8a8c1aa8698c9f8f049d83a58da80a7 (patch)
tree997dcbf56aaac3550756a01a8ee213d755eb51cc
parent8faaefad1734a0b6ab06fa1589f0bb7650e4c766 (diff)
props: introduce CA_PROP_WINDOW_DESKTOP
-rw-r--r--src/canberra.h.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/canberra.h.in b/src/canberra.h.in
index 47505bd..9319130 100644
--- a/src/canberra.h.in
+++ b/src/canberra.h.in
@@ -275,6 +275,19 @@ extern "C" {
#define CA_PROP_WINDOW_VPOS "window.vpos"
/**
+ * CA_PROP_WINDOW_DESKTOP:
+ *
+ * If this sound event was triggered by a window on the screen and the
+ * windowing system supports multiple desktops, a comma seperated list
+ * of indexes of the desktops this window is visible on. If this
+ * property is an empty string, it is visible on all desktops
+ * (i.e. 'sticky'). The first desktop is 0. (e.g. "0,2,3")
+ *
+ * Since: 0.18
+ */
+#define CA_PROP_WINDOW_DESKTOP "window.desktop"
+
+/**
* CA_PROP_WINDOW_X11_DISPLAY:
*
* If this sound event was triggered by a window on the screen and the