ports/graphics/opencv/files/patch-modules_highgui_src_window.cpp
Steve Wills 532105a93c graphics/opencv: Update to 3.4.1
PR:		210505
Submitted by:	rozhuk.im@gmail.com (partially, further work was done)
Exp-run by:	antoine
2018-05-09 01:10:11 +00:00

11 lines
395 B
C++

--- ./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);