Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Dxrecord.c84 static XRecordRange *rr_CW = NULL; variable
202 if (rr_CW) XFree_wr(rr_CW); in initialize_xrecord()
206 rr_CW = XRecordAllocRange(); in initialize_xrecord()
208 if (!rr_CA || !rr_CW || !rr_GS) { in initialize_xrecord()
215 rr_CW->core_requests.first = X_ConfigureWindow; in initialize_xrecord()
216 rr_CW->core_requests.last = X_ConfigureWindow; in initialize_xrecord()
294 if (rr_CW) XFree_wr(rr_CW); in shutdown_xrecord()
298 rr_CW = NULL; in shutdown_xrecord()
1940 rr_scroll[1] = rr_CW; in xrecord_watch()