wok-current annotate xfmedia/stuff/xfmedia-dbus-0.6-support.patch @ rev 9622
Add roundup. We should have roundup in wok for next stable.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Apr 22 17:33:42 2011 +0000 (2011-04-22) |
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> |