Home
last modified time | relevance | path

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

/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_client.c25 static unsigned int focus_track_frozen = 0; variable
3620 if (focus_track_frozen > 0) return; in e_client_focus_latest_set()
3636 return !focus_track_frozen; in e_client_focus_track_enabled()
3642 focus_track_frozen++; in e_client_focus_track_freeze()
3648 if (focus_track_frozen) in e_client_focus_track_thaw()
3649 focus_track_frozen--; in e_client_focus_track_thaw()
3845 if (!focus_track_frozen) in e_client_focused_set()