summaryrefslogtreecommitdiffstats
path: root/sydney.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-05-14 17:14:03 +0000
committerLennart Poettering <lennart@poettering.net>2007-05-14 17:14:03 +0000
commit2715f24d68257ff7850be63eee6d748281008f64 (patch)
tree673cc899e99b55cf25b43ac46a12874108fc42f5 /sydney.h
parentbfd70bc2f4c67024a74e23d9db5ab939bddc5e08 (diff)
add x11 display to default meta variables
git-svn-id: file:///home/lennart/svn/public/libsydney/trunk@20 9ba3c220-e4d3-45a2-8aa3-73fcc9aff6ce
Diffstat (limited to 'sydney.h')
-rw-r--r--sydney.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sydney.h b/sydney.h
index 401eac5..6daf88a 100644
--- a/sydney.h
+++ b/sydney.h
@@ -229,7 +229,8 @@ typedef enum {
#define SA_META_ICON_NAME "sydney.icon-name" /* file name (no slashes) */
#define SA_META_ICON_PNG "sydney.icon-png" /* PNG blob */
#define SA_META_ROLE "sydney.role" /* one of: "music", "phone", "game", "event" */
-#define SA_META_XID "sydney.xid" /* X11 window id */
+#define SA_META_X11_XID "sydney.x11-xid" /* X11 window id */
+#define SA_META_X11_DISPLAY "sydney.x11-display" /* X11 display */
/** Main callback function */
typedef int (*sa_event_callback_t)(sa_stream_t *s, sa_event_t event);