Searched refs:cursor_msize (Results 1 – 2 of 2) sorted by relevance
162 int cursor_msize; member
1019 vnc_write(vs, vs->vd->cursor_mask, vs->vd->cursor_msize); in vnc_cursor_define()1033 vd->cursor_msize = cursor_get_mono_bpl(c) * c->height; in vnc_dpy_cursor_define()1034 vd->cursor_mask = g_malloc0(vd->cursor_msize); in vnc_dpy_cursor_define()