Drag'n'drop : moved "setAcceptDragOperation" functions at window level

GHOST/Cocoa : changed strings encoding to isoLatin1 (was UTF-8)
This commit is contained in:
Damien Plisson
2009-11-19 08:56:26 +00:00
parent 525fbb22d2
commit 169b0cbee9
10 changed files with 53 additions and 62 deletions

View File

@@ -414,7 +414,7 @@ extern GHOST_TSuccess GHOST_GetButtonState(GHOST_SystemHandle systemhandle,
/**
* Tells if the ongoing drag'n'drop object can be accepted upon mouse drop
*/
extern void GHOST_setAcceptDragOperation(GHOST_SystemHandle systemhandle, GHOST_TInt8 canAccept);
extern void GHOST_setAcceptDragOperation(GHOST_WindowHandle windowhandle, GHOST_TInt8 canAccept);
/**