1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

add cvGetPropVisible_COCOA

This commit is contained in:
Christine Poerschke
2022-10-05 21:51:26 +01:00
parent b77330bafc
commit 40ae06091d
3 changed files with 28 additions and 0 deletions
+2
View File
@@ -366,6 +366,8 @@ CV_IMPL double cvGetWindowProperty(const char* name, int prop_id)
return cvGetPropVisible_QT(name);
#elif defined(HAVE_WIN32UI)
return cvGetPropVisible_W32(name);
#elif defined(HAVE_COCOA)
return cvGetPropVisible_COCOA(name);
#else
return -1;
#endif