~ubuntu-desktop/libcanberra/karmic

« back to all changes in this revision

Viewing changes to debian/patches/0022-props-introduce-CA_PROP_WINDOW_DESKTOP.patch

  • Committer: Luke Yelavich
  • Date: 2009-09-21 03:49:49 UTC
  • Revision ID: luke.yelavich@canonical.com-20090921034949-3q6p5h4dx4i35aei
Only ship fixes that do not depend on other commits that introduce code that
      is not desired at this late stage in karmic

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From fd577583a8a8c1aa8698c9f8f049d83a58da80a7 Mon Sep 17 00:00:00 2001
2
 
From: Lennart Poettering <lennart@poettering.net>
3
 
Date: Sat, 19 Sep 2009 20:13:40 +0200
4
 
Subject: [PATCH] props: introduce CA_PROP_WINDOW_DESKTOP
5
 
 
6
 
---
7
 
 src/canberra.h.in |   13 +++++++++++++
8
 
 1 files changed, 13 insertions(+), 0 deletions(-)
9
 
 
10
 
diff --git a/src/canberra.h.in b/src/canberra.h.in
11
 
index 47505bd..9319130 100644
12
 
--- a/src/canberra.h.in
13
 
+++ b/src/canberra.h.in
14
 
@@ -275,6 +275,19 @@ extern "C" {
15
 
 #define CA_PROP_WINDOW_VPOS                        "window.vpos"
16
 
 
17
 
 /**
18
 
+ * CA_PROP_WINDOW_DESKTOP:
19
 
+ *
20
 
+ * If this sound event was triggered by a window on the screen and the
21
 
+ * windowing system supports multiple desktops, a comma seperated list
22
 
+ * of indexes of the desktops this window is visible on. If this
23
 
+ * property is an empty string, it is visible on all desktops
24
 
+ * (i.e. 'sticky'). The first desktop is 0. (e.g. "0,2,3")
25
 
+ *
26
 
+ * Since: 0.18
27
 
+ */
28
 
+#define CA_PROP_WINDOW_DESKTOP                    "window.desktop"
29
 
+
30
 
+/**
31
 
  * CA_PROP_WINDOW_X11_DISPLAY:
32
 
  *
33
 
  * If this sound event was triggered by a window on the screen and the
34
 
1.6.3.3
35