(svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X.

This commit is contained in:
michi_cc
2009-10-04 21:08:38 +00:00
parent a831143f45
commit 049d62b35c
6 changed files with 91 additions and 74 deletions

View File

@@ -262,10 +262,12 @@ int CDECL main(int argc, char *argv[])
return ret;
}
bool InsertTextBufferClipboard(Textbuf *tb)
#ifndef WITH_COCOA
bool GetClipboardContents(char *buffer, size_t buff_len)
{
return false;
}
#endif
/* multi os compatible sleep function */