Searched refs:rc_scroll (Results 1 – 1 of 1) sorted by relevance
/external/libvncserver/x11vnc/ |
D | xrecord.c | 87 static XRecordContext rc_scroll; variable 302 if (rdpy_ctrl && rc_scroll) { in shutdown_xrecord() 303 XRecordDisableContext(rdpy_ctrl, rc_scroll); in shutdown_xrecord() 304 XRecordFreeContext(rdpy_ctrl, rc_scroll); in shutdown_xrecord() 306 rc_scroll = 0; in shutdown_xrecord() 558 rec_data->id_base, (unsigned long) ptr, xrecord_seq, rc_scroll, in record_CA() 883 rec_data->id_base, (unsigned long) ptr, xrecord_seq, rc_scroll, in record_CW() 1591 if (! rc_scroll) { in check_xrecord_reset() 1626 shutdown_record_context(rc_scroll, 0, 1); in check_xrecord_reset() 1627 rc_scroll = 0; in check_xrecord_reset() [all …]
|