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

add missing API cvGetPropVisible_W32

This commit is contained in:
Tomoaki Teshima
2018-11-21 23:04:23 +09:00
parent a1fe8f754f
commit a1c073d289
3 changed files with 22 additions and 0 deletions
+2
View File
@@ -156,6 +156,8 @@ CV_IMPL double cvGetWindowProperty(const char* name, int prop_id)
case CV_WND_PROP_VISIBLE:
#if defined (HAVE_QT)
return cvGetPropVisible_QT(name);
#elif defined(HAVE_WIN32UI)
return cvGetPropVisible_W32(name);
#else
return -1;
#endif