On Thu, Mar 2, 2017 at 8:52 AM, Guilherme Íscaro <isc...@profusion.mobi> wrote:
> Hello all,
>
> So, about the multi-seat/cursos API.
>
>> edje_object.eo.legacy.h, libedje.so.1.19.0
>> edje_object_seat_get ( Edje_Object const* obj, Eina_Stringshare* name )
>> edje_object_seat_name_get ( Edje_Object const* obj, Efl_Input_Device*
>> device )
>>
>> efl_canvas_object.eo.legacy.h, libevas.so.1.19.0
>> evas_object_pointer_device_in_get ( Efl_Canvas_Object const* obj,
>> Efl_Input_Device* pointer )
>> evas_object_pointer_in_get ( Efl_Canvas_Object const* obj )
>> evas_object_pointer_mode_by_device_get ( Efl_Canvas_Object const* obj,
>> Efl_Input_Device* dev )
>> evas_object_pointer_mode_by_device_set ( Efl_Canvas_Object* obj,
>> Efl_Input_Device* dev, enum Efl_Input_Object_Pointer_Mode pointer_mode )
>> evas_object_seat_focus_add ( Efl_Canvas_Object* obj, Efl_Input_Device*
>> seat )
>> evas_object_seat_focus_check ( Efl_Canvas_Object* obj, Efl_Input_Device*
>> seat )
>> evas_object_seat_focus_del ( Efl_Canvas_Object* obj, Efl_Input_Device*
>> seat )
>> evas_object_seat_focus_get ( Efl_Canvas_Object const* obj )
>>
>> Is the seat stuff supposed to be exposed to legacy? I can see them used
>> in src/lib/edje/edje_program.c, but I wonder if they should wait for
>> interfaces or should be exposed now.
>>
> Indeed, they should not be exposed. I created a pull request, please take a
> look when you can (https://phab.enlightenment.org/D4696). I also pushed a
> branch at devs/iscaro/legacy_api.

Thanks, I pushed your patch.
-- 
Cedric BAIL

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to