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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user