aboutsummaryrefslogtreecommitdiff
path: root/graphics/panomatic/files/patch-panomatic-PanoDetector.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/panomatic/files/patch-panomatic-PanoDetector.h')
-rw-r--r--graphics/panomatic/files/patch-panomatic-PanoDetector.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/panomatic/files/patch-panomatic-PanoDetector.h b/graphics/panomatic/files/patch-panomatic-PanoDetector.h
new file mode 100644
index 000000000000..3a7bc1ac647e
--- /dev/null
+++ b/graphics/panomatic/files/patch-panomatic-PanoDetector.h
@@ -0,0 +1,22 @@
+--- panomatic/PanoDetector.h.orig 2008-03-10 21:17:33.000000000 +0100
++++ panomatic/PanoDetector.h 2008-04-26 20:20:01.000000000 +0200
+@@ -84,8 +84,8 @@
+ inline bool getLinearMatch() const { return _linearMatch; }
+ inline int getLinearMatchLen() const { return _linearMatchLen; }
+
+- inline bool getDownscale() const { return _downscale; }
+- inline void setDownscale(bool iDown) { _downscale = iDown; }
++ inline float getScale() const { return _scale; }
++ inline void setScale(float iScale) { _scale = iScale; }
+
+
+ inline void addFile(const std::string& iFile) { _files.push_back(iFile); }
+@@ -126,7 +126,7 @@
+
+ bool _test;
+ int _cores;
+- bool _downscale;
++ float _scale;
+
+ // list of files
+ FileNameList_t _files;