On 02/29/2012 12:05 AM, Enlightenment SVN wrote: > Log: > elm win: Commented unused function. > > Signed-off-by: Daniel Juyung Seo<juyung....@samsung.com> > > Author: seoz > Date: 2012-02-28 21:05:50 -0800 (Tue, 28 Feb 2012) > New Revision: 68533 > Trac: http://trac.enlightenment.org/e/changeset/68533 > > Modified: > trunk/elementary/src/lib/elm_win.c >
These are going to be employed in code very soon...don't get unused happy yet. They are just a basis. i'll clean it up. who else takes care of the unused vars ;) These are going to be used to allow elm to pass a buffer of the mouse cursor (pixels) to wayland and allow the protocol there to attach those pixels to the surface of the cursor. if that cursor is rendered in shm or egl, who cares ;) dh > Modified: trunk/elementary/src/lib/elm_win.c > =================================================================== > --- trunk/elementary/src/lib/elm_win.c 2012-02-29 04:50:20 UTC (rev > 68532) > +++ trunk/elementary/src/lib/elm_win.c 2012-02-29 05:05:50 UTC (rev > 68533) > @@ -102,7 +102,7 @@ > static void _elm_win_frame_cb_maximize(void *data, Evas_Object *obj > __UNUSED__, const char *sig __UNUSED__, const char *source __UNUSED__); > static void _elm_win_frame_cb_close(void *data, Evas_Object *obj > __UNUSED__, const char *sig __UNUSED__, const char *source __UNUSED__); > > -static void _elm_win_pointer_add(Elm_Win *win, const char *style); > +//static void _elm_win_pointer_add(Elm_Win *win, const char *style); > > static const char SIG_DELETE_REQUEST[] = "delete,request"; > static const char SIG_FOCUS_OUT[] = "focus,out"; > @@ -1547,6 +1547,7 @@ > evas_object_del(win->win_obj); > } > > +/* > static void > _elm_win_pointer_add(Elm_Win *win, const char *style) > { > @@ -1566,6 +1567,7 @@ > evas_object_resize(win->pointer.obj, 32, 32); > evas_object_show(win->pointer.obj); > } > +*/ > > #ifdef ELM_DEBUG > static void > ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel