HomeSort by relevance Sort by last modified time
    Searched refs:scroll_skip_mouse (Results 1 - 4 of 4) sorted by null

  /external/libvncserver/x11vnc/
options.c 374 char **scroll_skip_mouse = NULL; variable
options.h 292 extern char **scroll_skip_mouse;
xrecord.c     [all...]
userinput.c 660 destroy_str_list(scroll_skip_mouse);
661 scroll_skip_mouse = NULL;
723 scroll_skip_mouse = (char **) malloc(nmouse*sizeof(char *));
724 for (i=0; i<nmouse; i++) scroll_skip_mouse[i] = NULL;
735 scroll_skip_mouse[nmouse++]=strdup(s+strlen("MOUSE:"));
    [all...]

Completed in 188 milliseconds