Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Dxrecord.c61 static double attr_cache_max_age = 1.5; variable
477 if (attr_cache_max_age == 0.0) { in lookup_attr_cache()
487 if (now > t + attr_cache_max_age) { in lookup_attr_cache()