Statistics
| Branch: | Revision:

root / ui / vnc-palette.h @ f61d6960

History | View | Annotate | Download (2.2 kB)

# Date Author Comment
5136a052 07/27/2010 01:36 am Corentin Chary

vnc: tight: stop using qdict for palette stuff

Profiling with callgrind seems to show that a lot of time is spent
in the palette code (mostly due to memory allocation and qdict to int
conversion).

This patch adds a VncPalette implementation. The palette is stored...