Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Plisson <damien.plisson@yahoo.fr>2009-11-14 16:01:14 +0300
committerDamien Plisson <damien.plisson@yahoo.fr>2009-11-14 16:01:14 +0300
commitaac16ce4ecacf69e3be5a34f3b4a911428e9217a (patch)
tree6f28ff451529af83f6d7a0319fbae66a65c8cc3e /intern/ghost
parentb386ef0abead10ccc9c2549d62a0c14b81b01b52 (diff)
- scons fix for 10.4 build (use the 10.4 libs dir)
- warning fix in ghost/cocoa
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_SystemCocoa.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/ghost/intern/GHOST_SystemCocoa.mm b/intern/ghost/intern/GHOST_SystemCocoa.mm
index c7127e26a4a..5e504f0d6ab 100644
--- a/intern/ghost/intern/GHOST_SystemCocoa.mm
+++ b/intern/ghost/intern/GHOST_SystemCocoa.mm
@@ -914,6 +914,7 @@ GHOST_TSuccess GHOST_SystemCocoa::handleDraggingEvent(GHOST_TEventType eventType
switch (draggedObjectType) {
case GHOST_kDragnDropTypeBitmap:
//TODO: implement bitmap conversion to a blender friendly format
+ return GHOST_kFailure;
break;
case GHOST_kDragnDropTypeFilenames:
droppedArray = (NSArray*)data;