On Fri, 18 Apr 2014 10:11:15 +0200 cedlemo <cedl...@gmx.com> said:

> Hi,
> 
> I have played a little with evas and in the documentation for the 
> functions used to set/configure the render engine
> (see 
> https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/group__Evas__Output__Method.html#details
>  
> or Evas_Common.h linge  1047 ) I have found an error.
> 
> 
> |einfo->info.display = display;|
> 
> The problem is that einfo is an Evas_Engine_Info_Software_X11 structure 
> and the info structure, inside it,  doesn't have a "display" member.
> 
> In a little test, I tried to use this fonctions with the X11 render 
> engine. I used einfo->info.connection instead
> 
> and I was able to compile the program event if it didn't work as 
> expected. ( 
> http://stackoverflow.com/questions/21217949/evas-and-x11-example )
> 
> So:
> 
> 1 how to set the X11 engine and use it ?

use ecore_evas to set it up for you.. or just elementary to take full advantage
of efl. :)

> 2 how to propose a patch ( I have read I have to use arcanist or 
> something like that?)

what are you doing messing with evas's lowest level interfaces. they are not
really intended for mortals. more that we have these as a necessity to glue our
libs together.

as for patch - yes. arcanist is best. it goers into our patch incoming queue
and that means it doesnt get lost easily like mails on the mailing list. :)

> Regards
> 
> Cedlemo
> 
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/NeoTech
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to