From c02b49ef84cea098972e71278c4701dd6ba824ce Mon Sep 17 00:00:00 2001 From: letz Date: Tue, 25 Jan 2005 14:46:03 +0000 Subject: [PATCH] Change EventType to JackEventType to avoid a name conflit on OSX git-svn-id: svn+ssh://jackaudio.org/trunk/jack@879 0c269be4-1314-0410-8aa9-9f06e86f4224 --- jack/internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jack/internal.h b/jack/internal.h index 37e5170..d0e003c 100644 --- a/jack/internal.h +++ b/jack/internal.h @@ -160,10 +160,10 @@ typedef enum { XRun, StartFreewheel, StopFreewheel -} EventType; +} JackEventType; typedef struct { - EventType type; + JackEventType type; union { uint32_t n; jack_port_id_t port_id;