summaryrefslogtreecommitdiff
path: root/rotord/src/rotor.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-08-28 13:42:34 +0100
committerTim Redfern <tim@eclectronics.org>2013-08-28 13:42:34 +0100
commitd601a85b50bbac9fc9c46321af64f1137aaf5af7 (patch)
treee5e8f6bca5abf9f3fdcbc5b804e1171c6d095a55 /rotord/src/rotor.h
parentc8d6dd7e23c5ccb9f6118c47cf02c306b180a592 (diff)
installer work
Diffstat (limited to 'rotord/src/rotor.h')
-rwxr-xr-xrotord/src/rotor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h
index 616fb5d..85124ce 100755
--- a/rotord/src/rotor.h
+++ b/rotord/src/rotor.h
@@ -1213,6 +1213,7 @@ namespace Rotor {
bool parseXml(string media_path);
bool parseJson(string &data,string &media_path);
bool set_resolution(int w,int h);
+ bool preview(xmlIO &XML,int w,int h);
bool loaded;
float duration;
const string toString();