used really drag file extension

This commit is contained in:
jerry
2014-04-17 17:25:41 +00:00
parent de65f71312
commit 7b8cdb6b38
5 changed files with 20 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ extern "C" {
#endif
void runCocoaApp();
void stopCocoaLoop();
void fakeDragging(const char* str, int length, int cursorX, int cursorY);
void fakeDragging(const char* str, int cursorX, int cursorY);
CFStringRef getCocoaDropTarget();
#if defined(__cplusplus)