On 03/07/13 13:54, Chris Michael - Enlightenment Git wrote:
> @@ -955,7 +961,9 @@ void
>   _ecore_evas_wl_common_object_cursor_set(Ecore_Evas *ee, Evas_Object *obj, 
> int layer, int hot_x, int hot_y)
>   {
>      int x, y, fx, fy;
> -   Ecore_Evas_Engine_Wl_Data *wdata = ee->engine.data;
> +   Ecore_Evas_Engine_Wl_Data *wdata;
> +
> +   if (!(wdata = ee->engine.data)) return;
>
>      if (ee->prop.cursor.object) evas_object_del(ee->prop.cursor.object);
>
> @@ -1057,8 +1065,8 @@ _ecore_evas_wl_common_maximized_set(Ecore_Evas *ee, int 
> max)
>      LOGFN(__FILE__, __LINE__, __FUNCTION__);
>
>      if (!ee) return;
> -   wdata = ee->engine.data;
>      if (ee->prop.maximized == max) return;
> +   wdata = ee->engine.data;
>      ecore_wl_window_maximized_set(wdata->win, max);
>   }


And also, these are *definitely* not formatting changes!

--
Tom.

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to