From fd577583a8a8c1aa8698c9f8f049d83a58da80a7 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 19 Sep 2009 20:13:40 +0200 Subject: props: introduce CA_PROP_WINDOW_DESKTOP --- src/canberra.h.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 @@ -274,6 +274,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: * -- cgit