|
From:
<br...@ph...> - 2006-03-10 11:08:35
|
Daniel J Sebald wrote: > As part of a palette comparison a copy of the previous palette is > stored. Part of that is copying a udft_entry. Right now it is only a > partial copy of udft_entry as the color routines don't use all parts of > the udft_entry in the test. No. Don't even think of it. If you need a copy of a data structure, you make a copy, period. Copies that aren't copies are a nightmare we absolutely don't need. |