Searched defs:xrecord_watch (Results 1 - 1 of 1) sorted by relevance

/external/libvncserver/x11vnc/
H A Dxrecord.c79 void xrecord_watch(int start, int setby);
1664 void xrecord_watch(int start, int setby) { function
1689 rfbLog("xrecord_watch: disabling scroll detection in -threads mode.\n");
1690 rfbLog("xrecord_watch: Set -env XRECORD_THREADS=1 to enable it.\n");
1711 if (db || debug_grabs) fprintf(stderr, "xrecord_watch: %d/%d out xserver_grabbed\n", start, setby);
1847 xrecord_watch(0, SCR_NONE);
1873 * delaying calls to xrecord_watch as much as possible.
1932 if (db) fprintf(stderr, "--- xrecord_watch: SKIP.\n");
1984 * should have been unregistered in xrecord_watch(0)...

Completed in 937 milliseconds