Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmachinestate.c2924 if (check_for_executable(&capable->has_wmctrl, EXEC_WMCTRL)) {
3009 else if (capable->has_wmctrl != MISSING) {
3010 if (check_for_executable(&capable->has_wmctrl, EXEC_WMCTRL))
H A Dmain.h530 lives_checkstatus_t has_wmctrl; member
H A Ddialogs.c528 …if (!wid || (capable->has_xdotool == MISSING && capable->has_wmctrl == MISSING) || !activate_x11_w… in create_message_dialog()
H A Dmain.c792 check_for_executable(&capable->has_wmctrl, EXEC_WMCTRL); in pre_init()