wok-6.x annotate xfmedia/stuff/xfmedia-dbus-0.6-support.patch @ rev 23639
updated serd and serd-dev (0.30.0 -> 0.30.2)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 20 10:25:57 2020 +0100 (2020-04-20) |
parents | |
children |
rev | line source |
---|---|
gokhlayeh@8884 | 1 diff -Naur xfmedia-0.9.1.orig/src/remote.c xfmedia-0.9.1/src/remote.c |
gokhlayeh@8884 | 2 --- xfmedia-0.9.1.orig/src/remote.c 2005-09-05 00:56:37.000000000 -0400 |
gokhlayeh@8884 | 3 +++ xfmedia-0.9.1/src/remote.c 2006-04-08 00:27:18.000000000 -0400 |
gokhlayeh@8884 | 4 @@ -55,6 +55,10 @@ |
gokhlayeh@8884 | 5 #define DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER DBUS_SERVICE_REPLY_PRIMARY_OWNER |
gokhlayeh@8884 | 6 #endif |
gokhlayeh@8884 | 7 |
gokhlayeh@8884 | 8 +#ifndef DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT |
gokhlayeh@8884 | 9 +#define DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT DBUS_NAME_FLAG_DO_NOT_QUEUE |
gokhlayeh@8884 | 10 +#endif |
gokhlayeh@8884 | 11 + |
gokhlayeh@8884 | 12 #endif /* HAVE_DBUS */ |
gokhlayeh@8884 | 13 |
gokhlayeh@8884 | 14 #include <libxfce4util/libxfce4util.h> |