Home
last modified time | relevance | path

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

/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/src/
H A Dmonitormanager.h45 int string_to_monitor_index(std::string string);
H A Dmonitormanager.cpp105 int MonitorManager::string_to_monitor_index(string str) { in string_to_monitor_index() function in MonitorManager
181 int idx = string_to_monitor_index(str); in byString()
H A Dmonitor.cpp590 int new_selection = g_monitors->string_to_monitor_index(argv[1]); in monitor_focus_command()