On 01/08/13 15:17, Eduardo Lima - Enlightenment Git (Etrunko) wrote:
> etrunko pushed a commit to branch ecore-1.7.
>
> commit f092f6a9bc0779987ada35a2e05ba77cbf09b93a
> Author: Eduardo Lima (Etrunko) <eduardo.l...@intel.com>
> Date:   Wed Jun 12 17:15:48 2013 -0300
>
>      ecore_wl: Handle ECORE_WL_WINDOW_TYPE_NONE correctly
>
>      Also changes the default window type to ECORE_WL_WINDOW_TYPE_TOPLEVEL as 
> it is
>      the most used case. If someone needs another type, set it manually.
>
>      Signed-off-by: Eduardo Lima (Etrunko) <eduardo.l...@intel.com>


> -   win->shell_surface =
> -     wl_shell_get_shell_surface(_ecore_wl_disp->wl.shell, win->surface);
> -   wl_shell_surface_add_listener(win->shell_surface,
> -                                 &_ecore_wl_shell_surface_listener, win);
> +   if (win->type != ECORE_WL_WINDOW_TYPE_NONE)
> +     {
> +        win->shell_surface =
> +           wl_shell_get_shell_surface(_ecore_wl_disp->wl.shell, 
> win->surface);
> +           wl_shell_surface_add_listener(win->shell_surface,
> +                                         &_ecore_wl_shell_surface_listener, 
> win);
> +     }
>

Good catch !! :) Thank You !! ;)

dh


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to