Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/examples/libs/usynergy/
DuSynergy.h106 #define USYNERGY_IDLE_TIMEOUT 2000 /* Timeout in milliseconds before reconnecting */ macro
DuSynergy.c507 if ((cur_time - context->m_lastMessageTime) > USYNERGY_IDLE_TIMEOUT) in sUpdateContext()