On 02/29/2012 01:52 AM, Daniel Juyung Seo wrote:
> On Wed, Feb 29, 2012 at 2:59 PM, Christopher Michael<[email protected]
>> wrote:
>
>> On 02/29/2012 12:05 AM, Enlightenment SVN wrote:
>>> Log:
>>> elm win: Commented unused function.
>>>
>>> Signed-off-by: Daniel Juyung Seo<[email protected]>
>>>
>>> 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
>>>
>>
>
> Hello
>
>>
>> These are going to be employed in code very soon...don't get unused
>> happy yet.
>>
>
> I knew it would be a temporary fix and I already read your commit.
> It was for shutting up warning message while building.
> So don't care :)
> Thanks.
>
> Daniel Juyung Seo (SeoZ)
>
>
Well, if the worry was really about compiler warnings, then you need to
build with m4 silent rules so you can actually See the Serious warnings
that are being issued during a current EFL stack build. Do that, then
worry about my 1 minor function that wasn't being used at the moment....
dh
>>
>> 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel