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:
* Debug printfs for Manowarrior


===================================================================
RCS file: /cvs/e/e17/proto/etk/src/engines/ecore_evas_x11/ecore_evas_x11.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ecore_evas_x11.c    6 Oct 2006 17:04:14 -0000       1.17
+++ ecore_evas_x11.c    7 Oct 2006 14:23:40 -0000       1.18
@@ -501,6 +501,7 @@
         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);
@@ -516,6 +517,7 @@
    
    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);
@@ -721,6 +723,7 @@
       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

Reply via email to