Searched defs:celldata (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dpstcache.c64 uint8 *celldata; local
78 celldata = (uint8 *) xmalloc(cellhdr.length);
79 rd_read_file(fd, celldata, cellhdr.length);
81 bitmap = ui_create_bitmap(cellhdr.width, cellhdr.height, celldata);
85 xfree(celldata);

Completed in 43 milliseconds