Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Doptions.h286 extern char **scroll_good_mouse;
Doptions.c365 char **scroll_good_mouse = NULL; variable
Dxrecord.c1908 if (setby == SCR_MOUSE && scroll_good_mouse) { in xrecord_watch()
1909 matched_good += match_str_list(nm, scroll_good_mouse); in xrecord_watch()
Duserinput.c653 destroy_str_list(scroll_good_mouse); in initialize_scroll_matches()
654 scroll_good_mouse = NULL; in initialize_scroll_matches()
684 scroll_good_mouse = (char **) malloc(nmouse*sizeof(char *)); in initialize_scroll_matches()
685 for (i=0; i<nmouse; i++) scroll_good_mouse[i] = NULL; in initialize_scroll_matches()
696 scroll_good_mouse[nmouse++]=strdup(s+strlen("MOUSE:")); in initialize_scroll_matches()