also dont access null bd pointer here either.
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 24 Aug 2013 04:30:32 +0000 (13:30 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 24 Aug 2013 04:30:32 +0000 (13:30 +0900)
src/bin/e_border.c

index 7ccb2be..a98c009 100644 (file)
@@ -6461,7 +6461,7 @@ _e_border_cb_mouse_x_wheel(void *d EINA_UNUSED, int t EINA_UNUSED, Ecore_Event_M
    E_Border *bd;
    E_Binding_Event_Wheel ev2;
 
-   if (action_input_win)
+   if (action_border)
      bd = action_border;
    else
      {
@@ -6560,7 +6560,7 @@ _e_border_cb_mouse_x_down(void *d EINA_UNUSED, int t EINA_UNUSED, Ecore_Event_Mo
    E_Border *bd;
    E_Binding_Event_Mouse_Button ev2;
 
-   if (action_input_win)
+   if (action_border)
      bd = action_border;
    else
      {