mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-10 08:21:40 +08:00
I integrated the synergy.10.5.patch - now it does use new API (10.5)
Fixed issue #33: Modernize support for various MacOS APIs to their 10.5 equivalents.
This commit is contained in:
@@ -29,10 +29,10 @@ COSXClipboardTextConverter::~COSXClipboardTextConverter()
|
||||
// do nothing
|
||||
}
|
||||
|
||||
ScrapFlavorType
|
||||
CFStringRef
|
||||
COSXClipboardTextConverter::getOSXFormat() const
|
||||
{
|
||||
return kScrapFlavorTypeText;
|
||||
return CFSTR("public.plain-text");
|
||||
}
|
||||
|
||||
CString
|
||||
|
||||
Reference in New Issue
Block a user