Enlightenment CVS committal Author : ningerso Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/engines/evas_fb Modified Files: ewl_engine_evas_fb.c Log Message: Abstracted canvas output size setup to the engines. Changed some fb engine copy and paste errors. Add initial evas buffer engine. =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/engines/evas_fb/ewl_engine_evas_fb.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- ewl_engine_evas_fb.c 12 Jul 2006 22:39:37 -0000 1.7 +++ ewl_engine_evas_fb.c 30 Sep 2006 20:53:30 -0000 1.8 @@ -4,15 +4,6 @@ #include "ewl_private.h" #include "ewl_debug.h" -/* - * In general all of the X event handlers should find their matching window - * with ewl_window_window_find, and not ewl_embed_evas_window_find. If the - * embed function is used, then we get duplicate events for apps that setup - * their own handlers and embed EWL. The exception to this is selection events - * such as copy/paste and DND. These events need to be handled for embedded - * EWL, but have no equivalent in the Evas callback namespace. - */ - static int ewl_ev_fb_key_down(void *data, int type, void *_ev); static int ewl_ev_fb_key_up(void *data, int type, void *_ev); static int ewl_ev_fb_mouse_down(void *data, int type, void *_ev); @@ -112,7 +103,7 @@ DRETURN_INT(FALSE, DLEVEL_STABLE); } - engine->name = strdup("evas_software_x11"); + engine->name = strdup("evas_fb"); engine->functions = &engine_funcs; DRETURN_INT(TRUE, DLEVEL_STABLE); @@ -163,7 +154,7 @@ DCHECK_TYPE("win", win, EWL_WINDOW_TYPE); evas = evas_new(); - evas_output_method_set(evas, evas_render_method_lookup("gl_x11")); + evas_output_method_set(evas, evas_render_method_lookup("fb")); info = evas_engine_info_get(evas); if (!info) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs