Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_border.c Log Message: todo-- =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.c,v retrieving revision 1.321 retrieving revision 1.322 diff -u -3 -r1.321 -r1.322 --- e_border.c 9 Jul 2005 15:42:03 -0000 1.321 +++ e_border.c 10 Jul 2005 07:34:39 -0000 1.322 @@ -3331,6 +3331,10 @@ } e_focus_event_mouse_down(bd); } + if (ev->win != ev->event_win) + { + return 1; + } if ((ev->win != bd->event_win) && (ev->event_win != bd->win)) { // printf("abort ev\n"); @@ -3357,7 +3361,8 @@ /* if (bd->moving) { - printf("moving\n"); + + printf("moving\n"); } else if (bd->resize_mode != RESIZE_NONE) { @@ -3369,8 +3374,6 @@ if (ev->double_click) flags |= EVAS_BUTTON_DOUBLE_CLICK; if (ev->triple_click) flags |= EVAS_BUTTON_TRIPLE_CLICK; -// printf("mouse %i %i | DBL %i TRIP %i\n", -// ev->x, ev->y, ev->double_click, ev->triple_click); evas_event_feed_mouse_move(bd->bg_evas, ev->x, ev->y, NULL); evas_event_feed_mouse_down(bd->bg_evas, ev->button, flags, NULL); } ------------------------------------------------------- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual core and dual graphics technology at this free one hour event hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs