Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Dxrecord.c1895 int matched_good = 0, matched_skip = 0; in xrecord_watch() local
1912 matched_skip += match_str_list(nm, scroll_skip_all); in xrecord_watch()
1915 matched_skip += match_str_list(nm, scroll_skip_key); in xrecord_watch()
1918 matched_skip += match_str_list(nm, scroll_skip_mouse); in xrecord_watch()
1921 if (!matched_good && matched_skip) { in xrecord_watch()