Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:last_msg

1106 			static time_t last_msg = 0;
1108 if (now > last_msg + idle_timeout && cnt++ < 10) {
1111 last_msg = now;
1163 static time_t last_msg = 0;
1165 if (now > last_msg + idle_timeout && cnt++ < 10) {
1168 last_msg = now;