summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFXVideo/macsrc/PluginConfigController.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/plugins/DFXVideo/macsrc/PluginConfigController.h')
-rwxr-xr-xmacosx/plugins/DFXVideo/macsrc/PluginConfigController.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/plugins/DFXVideo/macsrc/PluginConfigController.h b/macosx/plugins/DFXVideo/macsrc/PluginConfigController.h
index a2c36094..d4bac705 100755
--- a/macosx/plugins/DFXVideo/macsrc/PluginConfigController.h
+++ b/macosx/plugins/DFXVideo/macsrc/PluginConfigController.h
@@ -26,6 +26,10 @@
NSMutableDictionary *keyValues;
}
+
+@property (retain) NSURL *vertexPath;
+@property (retain) NSURL *fragmentPath;
+
- (IBAction)cancel:(id)sender;
- (IBAction)ok:(id)sender;
- (IBAction)reset:(id)sender;