Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A Dconstants.h424 #define SEAMLESSRDP_POSITION_TIMER 200000
H A Dseamless.c418 struct timeval ourtimeout = { 0, SEAMLESSRDP_POSITION_TIMER }; in seamless_select_timeout()
H A Dxwin.c2098 if (sw->position_timer->tv_usec + SEAMLESSRDP_POSITION_TIMER >= in xwin_process_events()
2102 SEAMLESSRDP_POSITION_TIMER - 1000000; in xwin_process_events()
2107 sw->position_timer->tv_usec += SEAMLESSRDP_POSITION_TIMER; in xwin_process_events()
/reactos/base/applications/mstsc/
H A Dconstants.h570 #define SEAMLESSRDP_POSITION_TIMER 200000 macro