HomeSort by relevance Sort by last modified time
    Searched full:saw_wm (Results 1 - 1 of 1) sorted by null

  /external/libvncserver/x11vnc/
xevents.c 310 static time_t saw_wm = 0; local
316 if (saw_wm == 0) {
317 saw_wm = time(NULL);
318 } else if (time(NULL) <= saw_wm + 2) {
    [all...]

Completed in 36 milliseconds