discomfitor pushed a commit to branch master.

commit 5afa40b35241965f3c3948097564f7bf2467037d
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Aug 14 12:49:17 2013 +0100

    remove some old pre-comp pager cruft
---
 src/modules/pager/e_mod_main.c | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/src/modules/pager/e_mod_main.c b/src/modules/pager/e_mod_main.c
index fcfc5c7..e9e9ca4 100644
--- a/src/modules/pager/e_mod_main.c
+++ b/src/modules/pager/e_mod_main.c
@@ -2523,16 +2523,6 @@ _pager_popup_show(void)
                       _pager_drop_cb_leave, _pager_drop_cb_drop,
                       drop, 3, x, y, w, h);
 
-   /* FIXME: COMP */
-   //e_bindings_key_grab(E_BINDING_CONTEXT_POPUP, act_popup->popup->evas_win);
-
-   evas_event_freeze(act_popup->popup->evas);
-   evas_event_feed_mouse_in(act_popup->popup->evas,
-                            ecore_x_current_time_get(), NULL);
-   evas_event_feed_mouse_move(act_popup->popup->evas, -1000000, -1000000,
-                              ecore_x_current_time_get(), NULL);
-   evas_event_thaw(act_popup->popup->evas);
-
    current_desk = e_desk_current_get(zone);
 
    return 1;
@@ -2541,8 +2531,6 @@ _pager_popup_show(void)
 static void
 _pager_popup_hide(int switch_desk)
 {
-   /* FIXME: COMP */
-   //e_bindings_key_ungrab(E_BINDING_CONTEXT_POPUP, 
act_popup->popup->evas_win);
    hold_count = 0;
    hold_mod = 0;
    while (handlers)

-- 

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk

Reply via email to