adding data-transfer direction when getting native datatypes

we are publishing exactly what we have internally when data has to be get, and when setting, we might have more formats we can support
This commit is contained in:
Stefan Csomor
2020-07-12 17:53:10 +02:00
parent b7057c336f
commit b2d4a9dedc
5 changed files with 52 additions and 29 deletions

View File

@@ -33,7 +33,7 @@ public:
#if wxOSX_USE_COCOA
// adds all the native formats (in descending order of preference) this data object supports
virtual void AddSupportedTypes( CFMutableArrayRef cfarray) const;
virtual void AddSupportedTypes( CFMutableArrayRef cfarray, Direction dir ) const;
#endif
};