Home
last modified time | relevance | path

Searched refs:e_client_focus_policy_click (Results 1 – 5 of 5) sorted by relevance

/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_focus.c48 if (e_client_focus_policy_click(ec) || in e_focus_event_mouse_down()
H A De_dialog.c265 if (ec->focused && (e_config->pointer_slide || (!e_client_focus_policy_click(ec)))) in e_dialog_show()
H A De_actions.c867 if (!e_client_focus_policy_click(ec))
916 if (!e_client_focus_policy_click(ec))
980 if (!e_client_focus_policy_click(ec)) in ACT_FN_GO()
1006 if (!e_client_focus_policy_click(ec))
1111 if (!e_client_focus_policy_click(ec))
1157 if (!e_client_focus_policy_click(ec)) in window_jump_to()
H A De_client.h735 #define e_client_focus_policy_click(ec) \ macro
H A De_comp_x.c325 if (!((e_client_focus_policy_click(ec)) || in _e_comp_x_focus_init()
335 if ((!e_client_focus_policy_click(ec)) || in _e_comp_x_focus_setup()
348 if ((!e_client_focus_policy_click(ec)) || in _e_comp_x_focus_setdown()
3050 …if (mouse_client && focused && (!e_client_focus_policy_click(focused)) && (mouse_client != focused… in _e_comp_x_focus_timer_cb()
3144 if ((!e_client_focus_policy_click(ec)) && (focused && (!e_client_focus_policy_click(focused))) && in _e_comp_x_focus_in()