Home
last modified time | relevance | path

Searched refs:cursor_mask (Results 1 – 2 of 2) sorted by relevance

/qemu/ui/
H A Dvnc.h163 uint8_t *cursor_mask; member
H A Dvnc.c1019 vnc_write(vs, vs->vd->cursor_mask, vs->vd->cursor_msize); in vnc_cursor_define()
1032 g_free(vd->cursor_mask); in vnc_dpy_cursor_define()
1034 vd->cursor_mask = g_malloc0(vd->cursor_msize); in vnc_dpy_cursor_define()
1035 cursor_get_mono_mask(c, 0, vd->cursor_mask); in vnc_dpy_cursor_define()