aboutsummaryrefslogtreecommitdiff
path: root/graphics/opencv/files/patch-modules_highgui_src_window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/opencv/files/patch-modules_highgui_src_window.cpp')
-rw-r--r--graphics/opencv/files/patch-modules_highgui_src_window.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/opencv/files/patch-modules_highgui_src_window.cpp b/graphics/opencv/files/patch-modules_highgui_src_window.cpp
new file mode 100644
index 000000000000..241840e3edb0
--- /dev/null
+++ b/graphics/opencv/files/patch-modules_highgui_src_window.cpp
@@ -0,0 +1,11 @@
+--- ./modules/highgui/src/window.cpp.orig 2018-05-02 14:34:06.721814000 -0400
++++ ./modules/highgui/src/window.cpp 2018-05-02 14:34:25.980873000 -0400
+@@ -165,7 +165,7 @@ CV_IMPL double cvGetWindowProperty(const char* name, i
+ }
+ }
+
+-cv::Rect cvGetWindowImageRect(const char* name)
++CvRect cvGetWindowImageRect(const char* name)
+ {
+ if (!name)
+ return cv::Rect(-1, -1, -1, -1);