From 2087cdfc923728d6c923c4b1e307c97a1ec78938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Sat, 19 Feb 2011 17:37:05 +0100 Subject: [PATCH] Add NOTIFY_CHECK_VERSION compatibility macro for older libnotify versions --- src/xfpm-notify.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/xfpm-notify.c b/src/xfpm-notify.c index b9e96d4..f6bf388 100644 --- a/src/xfpm-notify.c +++ b/src/xfpm-notify.c @@ -41,6 +41,9 @@ #include #include +#ifndef NOTIFY_CHECK_VERSION + #define NOTIFY_CHECK_VERSION(x,y,z) 0 +#endif #include "xfpm-common.h" #include "xfpm-notify.h" -- 1.7.2.3