dnd: Skip drag window when drag starts
authorThiep Ha <thiepha@gmail.com>
Thu, 10 Apr 2014 02:20:50 +0000 (11:20 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 10 Apr 2014 02:20:50 +0000 (11:20 +0900)
commitc1853c5ae0c642bfe101ef225eda00bec359851b
tree0d451670c220eecce467c3a00047508f62632b61
parentdf2b76dcc1527f56f7135ca417e32dbebe714d9d
dnd: Skip drag window when drag starts

Summary:
Currently, when drag starts, drag window is not skipped. It makes ecore_x cannot find dropable window in some cases.

Issue: Dropable window is not found if we drop inside the initialized area of drag window.
(Example: in Dnd Types of elementary test, try to start dragging at right edge of left label and drop to left edge of right label. The drop is failed).
Reason: Ecore_x considers drag window when it tries to find dropable window at specific position. Therefore, it cannot find dropable window.
Resolve: Skip drag window.
@fix

Reviewers: raster, JackDanielZ, seoz

CC: woohyun, seoz
Differential Revision: https://phab.enlightenment.org/D710
legacy/elementary/src/lib/elm_cnp.c