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 ?
2 how to propose a patch ( I have read I have to use arcanist or 
something like that?)

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-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to