Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/engines/x11 Added Files: .cvsignore Ewl_Engine_X11.h Makefile.am ewl_engine_x11.c Log Message: - Rip out the #ifdef EWL_... stuff and move it to using loadable engines. This makes the main ewl code a lot more maintainable as it cuts out huge ifdef'd chunks of code - The engines can have dependancies, so the evas_software_x11 engine is dependant on the x11 engine. evas_software_x11 only implements the functions it needs and for any that are NULL ewl will then look at x11 to find the functions it needs. - Adding new engines should be as easy as creating and installing it. Ewl should pick it up without issue. - This code is very new, lightly tested. If your worried about stability, hold off on updating for a few days. _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs