mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 16:50:29 -04:00
PR: 210505 Submitted by: rozhuk.im@gmail.com (partially, further work was done) Exp-run by: antoine
11 lines
395 B
C++
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);
|