Enlightenment CVS committal Author : moom Project : e_modules Module : mixer
Dir : e_modules/mixer Modified Files: e_mod_main.c Log Message: * printf++ for sndev =================================================================== RCS file: /cvs/e/e_modules/mixer/e_mod_main.c,v retrieving revision 1.38 retrieving revision 1.39 diff -u -3 -r1.38 -r1.39 --- e_mod_main.c 12 Sep 2006 21:00:38 -0000 1.38 +++ e_mod_main.c 12 Sep 2006 21:10:03 -0000 1.39 @@ -478,6 +478,7 @@ ci = _mixer_config_item_get(inst->mixer, inst->gcc->id); if (!ci) return; + printf("PopUp\n"); evas_object_geometry_get(inst->mixer->base, &ox, &oy, &ow, &oh); if (!(win = inst->mixer->simple_win)) @@ -819,6 +820,7 @@ ci = _mixer_config_item_get(mixer, mixer->inst->gcc->id); if (!ci) return; + printf("MuteCb\n"); m = e_widget_check_checked_get(win->check); mixer->mix_sys->set_mute(ci->card_id, ci->channel_id, m); if (m) @@ -862,6 +864,7 @@ if (!(win = data) || (win->slide_timer)) return 1; + printf("MouseDown\n"); evas_event_feed_mouse_down(win->window->evas, xev->button, EVAS_BUTTON_NONE, xev->time, NULL); @@ -886,6 +889,7 @@ inside = E_INSIDE(xev->x, xev->y, win->window->x, win->window->y, win->window->w, win->window->h); + printf("MouseUp\n"); if ((xev->button == 1)/* && (!win->first_mouse_up)*/ && !inside) _mixer_window_simple_pop_down(win->mixer->inst); ------------------------------------------------------------------------- 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