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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c95 unsigned int icon_offset; member in struct:_seamless_window
4143 sw->icon_offset = 0;
4151 if (chunk_len > (sw->icon_size - sw->icon_offset))
4154 chunk_len, sw->icon_size - sw->icon_offset);
4159 memcpy(sw->icon_buffer + sw->icon_offset, data, chunk_len);
4160 sw->icon_offset += chunk_len;
4162 if (sw->icon_offset == sw->icon_size)

Completed in 67 milliseconds