will work on the trunk

This commit is contained in:
Yannick Verdie
2010-06-10 20:03:52 +00:00
parent 108f4b2416
commit 799460bd66
4 changed files with 1410 additions and 3 deletions

View File

@@ -757,7 +757,7 @@ CV_IMPL const char* cvGetWindowName( void* window_handle )
return window_name;
}
double cvGetMode_QT(const char* name)//YV
double cvGetMode_CARBON(const char* name)//YV
{
double result = -1;
@@ -780,7 +780,7 @@ double cvGetMode_QT(const char* name)//YV
return result;
}
void cvChangeMode_QT( const char* name, double prop_value)//Yannick Verdie
void cvChangeMode_CARBON( const char* name, double prop_value)//Yannick Verdie
{
OSStatus err = noErr;