How interesting...

Daniel Juyung Seo (SeoZ)


On Mon, Jun 3, 2013 at 3:57 PM, Daniel Zaoui - Enlightenment Git <
no-re...@enlightenment.org> wrote:

> jackdanielz pushed a commit to branch master.
>
> commit c2f3e3b063d1b1f22d0c14cfe9c69bf8fc69832d
> Author: Daniel Zaoui <daniel.za...@samsung.com>
> Date:   Mon Jun 3 09:56:11 2013 +0300
>
>     Elementary/DnD: fix creation of dragwin.
>
>     It seems that the order of show and move for a window is important.
> ---
>  src/lib/elm_cnp.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/lib/elm_cnp.c b/src/lib/elm_cnp.c
> index 127652f..682d6e3 100644
> --- a/src/lib/elm_cnp.c
> +++ b/src/lib/elm_cnp.c
> @@ -2010,11 +2010,11 @@ _x11_elm_drag_start(Evas_Object *obj,
> Elm_Sel_Format format, const char *data,
>     y += y2;
>     dragwin_x_start = dragwin_x_end = x;
>     dragwin_y_start = dragwin_y_end = y;
> -   evas_object_move(dragwin, x, y);
>     evas_object_resize(dragwin, w, h);
>
>     evas_object_show(icon);
>     evas_object_show(dragwin);
> +   evas_object_move(dragwin, x, y);
>
>     evas_pointer_canvas_xy_get(evas_object_evas_get(obj), &x3, &y3);
>     _dragx = x3 - x2;
>
> --
>
>
> ------------------------------------------------------------------------------
> How ServiceNow helps IT people transform IT departments:
> 1. A cloud service to automate IT design, transition and operations
> 2. Dashboards that offer high-level views of enterprise services
> 3. A single system of record for all IT processes
> http://p.sf.net/sfu/servicenow-d2d-j
>
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to