projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Drag'n'drop : moved "setAcceptDragOperation" functions at window level
[blender.git]
/
intern
/
ghost
/
GHOST_C-api.h
diff --git
a/intern/ghost/GHOST_C-api.h
b/intern/ghost/GHOST_C-api.h
index 5e434c0eaa09a49da1e4b71ce679ea35ca3894db..d4788ae9e86eef27d64d2342db9f347cb5f9a14a 100644
(file)
--- a/
intern/ghost/GHOST_C-api.h
+++ b/
intern/ghost/GHOST_C-api.h
@@
-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
*/
/**
* Tells if the ongoing drag'n'drop object can be accepted upon mouse drop
*/
-extern void GHOST_setAcceptDragOperation(GHOST_
SystemHandle system
handle, GHOST_TInt8 canAccept);
+extern void GHOST_setAcceptDragOperation(GHOST_
WindowHandle window
handle, GHOST_TInt8 canAccept);
/**
/**