Enlightenment CVS committal Author : moom Project : e_modules Module : mixer
Dir : e_modules/mixer Modified Files: e_mod_main.c Log Message: * Resize the popup window before moving the window. For some reasons, the window's slide effect is smoother =================================================================== RCS file: /cvs/e/e_modules/mixer/e_mod_main.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -3 -r1.24 -r1.25 --- e_mod_main.c 11 Sep 2006 18:30:37 -0000 1.24 +++ e_mod_main.c 11 Sep 2006 19:00:30 -0000 1.25 @@ -563,8 +563,8 @@ h = progress * win->h; prev_h = win->window->h; - if (win->to_top) e_popup_move(win->window, win->x, win->y - h); e_popup_resize(win->window, win->w, h); + if (win->to_top) e_popup_move(win->window, win->x, win->y - h); if (h >= win->h) { @@ -590,8 +590,8 @@ h = (1.0 - progress) * (1.0 - progress) * win->h; prev_h = win->window->h; - if (win->to_top) e_popup_move(win->window, win->x, win->y - h); e_popup_resize(win->window, win->w, h); + if (win->to_top) e_popup_move(win->window, win->x, win->y - h); if (h <= 0) { ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs