Enlightenment CVS committal Author : codewarrior Project : e17 Module : apps/e_utils
Dir : e17/apps/e_utils/src/bin/exige Modified Files: exg_gui.c Log Message: disable warp effect when exige follows the mouse =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e_utils/src/bin/exige/exg_gui.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- exg_gui.c 6 Jun 2005 16:37:59 -0000 1.3 +++ exg_gui.c 7 Jun 2005 21:53:59 -0000 1.4 @@ -68,14 +68,17 @@ ecore_evas_size_min_set(exg->ee,w,h); ecore_evas_size_max_set(exg->ee,w,h); - ecore_evas_show(exg->ee); + if(exg_conf_on_mouse_get()) { /* ge't the coords. of the mouse */ win = ecore_evas_software_x11_window_get(exg->ee); ecore_x_pointer_xy_get(win, &mouse_x, &mouse_y); + ecore_evas_show(exg->ee); ecore_evas_move(exg->ee, mouse_x - (w / 2), mouse_y - (h / 2)); + } else { + ecore_evas_show(exg->ee); } evas_object_move(exg->gui,0,0); ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs