From bd27b3d008b0abf9ae2edcb127302728808533e4 Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 31 Jul 2012 10:00:43 +0200 Subject: fontconfig libXext mesa xserver pixman git update 31 Jul 2012 --- libXext/src/XSync.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libXext') diff --git a/libXext/src/XSync.c b/libXext/src/XSync.c index df7c43542..577529388 100644 --- a/libXext/src/XSync.c +++ b/libXext/src/XSync.c @@ -107,8 +107,8 @@ static /* const */ SyncVersionInfo supported_versions[] = { }; #define NUM_VERSIONS (sizeof(supported_versions)/sizeof(supported_versions[0])) -#define GET_VERSION(info) ((info) ? (const SyncVersionInfo*)(info)->data : NULL) -#define IS_VERSION_SUPPORTED(info) (!!GET_VERSION(info)) +#define GET_VERSION(info) ((const SyncVersionInfo*)(info)->data) +#define IS_VERSION_SUPPORTED(info) (!!(info)) static const SyncVersionInfo* GetVersionInfo(Display *dpy) -- cgit v1.2.3