Home | History | Annotate | Download | only in x11vnc

Lines Matching defs:bitmap

1011 	char *bitmap, *rich, *alpha;
1094 /* for bitmap data */
1095 bitmap = (char *) malloc(len+1);
1096 bitmap[len] = '\0';
1163 bitmap[i] = ' ';
1165 bitmap[i] = 'x';
1241 /* create the cursor with the bitmap: */
1242 c = rfbMakeXCursor(w, h, bitmap, bitmap);
1243 free(bitmap);