summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2016-09-15 14:46:59 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2016-09-15 14:48:28 -0400
commit2d9ee4233e27d19575dbbd41c3ef32b7ad6b555f (patch)
tree4de9b31f64f9119a525813da0377369b3ff7f0f0
parentc29157189f9e493a7a9b16739147ca22dced80d5 (diff)
downloadenlightenment-2d9ee4233e27d19575dbbd41c3ef32b7ad6b555f.tar.gz
use comp canvas win by default for any drop handler with an E_Object
this is always going to be the case anyway
-rw-r--r--src/bin/e_dnd.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/bin/e_dnd.c b/src/bin/e_dnd.c
index 91a97356c5..1e8578a705 100644
--- a/src/bin/e_dnd.c
+++ b/src/bin/e_dnd.c
@@ -732,11 +732,8 @@ _e_drag_win_get(const E_Drop_Handler *h, int xdnd)
case E_CLIENT_TYPE:
case E_ZONE_TYPE:
- hwin = e_comp->ee_win;
- break;
-
- /* FIXME: add more types as needed */
default:
+ hwin = e_comp->ee_win;
break;
}
}