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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dewmhints.c504 unsigned long nitems, i, icon_size; local
527 icon_size = width * height + 2;
528 new_set = xmalloc((nitems - icon_size) * sizeof(unsigned long));
532 if (i != nitems - icon_size)
533 memcpy(new_set + i, cur_set + i + icon_size,
534 (nitems - (i + icon_size)) * sizeof(unsigned long));
536 nitems -= icon_size;
H A Dxwin.c94 unsigned int icon_size; member in struct:_seamless_window
4126 if (sw->icon_size)
4135 sw->icon_size = width * height * 4;
4136 if (sw->icon_size > 32 * 32 * 4)
4138 warning("ui_seamless_seticon: Icon too large (%d bytes)\n", sw->icon_size);
4139 sw->icon_size = 0;
4147 if (!sw->icon_size)
4151 if (chunk_len > (sw->icon_size - sw->icon_offset))
4154 chunk_len, sw->icon_size - sw->icon_offset);
4155 sw->icon_size
[all...]

Completed in 62 milliseconds