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

  /external/libvncserver/x11vnc/
options.h 286 extern char **scroll_good_mouse;
options.c 365 char **scroll_good_mouse = NULL; variable
xrecord.c     [all...]
userinput.c 653 destroy_str_list(scroll_good_mouse);
654 scroll_good_mouse = NULL;
684 scroll_good_mouse = (char **) malloc(nmouse*sizeof(char *));
685 for (i=0; i<nmouse; i++) scroll_good_mouse[i] = NULL;
696 scroll_good_mouse[nmouse++]=strdup(s+strlen("MOUSE:"));
    [all...]

Completed in 166 milliseconds