From 119dbdb43b859b529112d49dbeb3e05831372f68 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 11 Sep 2013 17:05:41 +0100 Subject: making graph loading asynchronous --- rotord/src/rendercontext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'rotord/src/rendercontext.h') diff --git a/rotord/src/rendercontext.h b/rotord/src/rendercontext.h index b525a07..62eb7f4 100644 --- a/rotord/src/rendercontext.h +++ b/rotord/src/rendercontext.h @@ -24,6 +24,7 @@ namespace Rotor { #define FAILED 7 #define NOT_FOUND 8 #define CANCELLED 9 + #define LOADING_GRAPH 10 #define ANALYSE_AUDIO 1 #define PREVIEW 2 -- cgit v1.2.3