Enlightenment CVS committal Author : moom Project : e17 Module : proto
Dir : e17/proto/etk/src/engines/ecore_evas_x11 Modified Files: ecore_evas_x11.c Log Message: * [Etk_Popup_Window] It should fix potential problems with the popup window. Manowarrior, does it fix your problem? =================================================================== RCS file: /cvs/e/e17/proto/etk/src/engines/ecore_evas_x11/ecore_evas_x11.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -3 -r1.18 -r1.19 --- ecore_evas_x11.c 7 Oct 2006 14:23:40 -0000 1.18 +++ ecore_evas_x11.c 7 Oct 2006 18:45:16 -0000 1.19 @@ -501,7 +501,6 @@ root = win; ecore_x_window_geometry_get(root, &root_x, &root_y, &root_w, &root_h); - printf("Engine: Popup: %d %d %d %d\n", root_x, root_y, root_w, root_h); _popup_window_input_window = ecore_x_window_input_new(root, root_x, root_y, root_w, root_h); ecore_x_window_show(_popup_window_input_window); ecore_x_pointer_confine_grab(_popup_window_input_window); @@ -517,7 +516,6 @@ if (!_popup_window_popped_windows) { - printf("Engine: Popdown\n"); ecore_x_pointer_ungrab(); ecore_x_keyboard_ungrab(); ecore_x_window_del(_popup_window_input_window); @@ -723,7 +721,6 @@ ev.mouse_up.pos.x = xev->x + x; ev.mouse_up.pos.y = xev->y + y; ev.mouse_up.timestamp = xev->time; - printf("Engine: Mouse Up: %d %d (%d %d)\n", ev.mouse_up.pos.x, ev.mouse_up.pos.y, x, y); _event_callback(ETK_EVENT_MOUSE_UP, ev); } else if (type == ECORE_X_EVENT_MOUSE_WHEEL) ------------------------------------------------------------------------- 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