summaryrefslogtreecommitdiff
path: root/rotord/src/rendercontext.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-09-11 17:05:41 +0100
committerTim Redfern <tim@eclectronics.org>2013-09-11 17:05:41 +0100
commit119dbdb43b859b529112d49dbeb3e05831372f68 (patch)
tree77f9aeab7eff3243af50b5622bcd70fa253a277d /rotord/src/rendercontext.h
parentc7b8107e6dc8d36b411a1ba6121a6257c7f0e901 (diff)
making graph loading asynchronous
Diffstat (limited to 'rotord/src/rendercontext.h')
-rw-r--r--rotord/src/rendercontext.h1
1 files changed, 1 insertions, 0 deletions
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