|
From: Daniel J S. <dan...@ie...> - 2006-03-13 18:02:13
|
Ethan A Merritt wrote: > On Sunday 12 March 2006 11:36 pm, Daniel J Sebald wrote: > >>Here is a fix for preventing the palette from reloading >>when not necessary for mouse redrawing, i.e. to stop >>"allocating colors..." from appearing so often and >>slowing things down. > > > Is there a test script that demonstrates this? > I don't recall ever seeing such a message. > > >>That keeps gplt_x11.c from having to reconstruct the >>color tables unless necessary. The refresh speedup is >>clearly back to what it once was. > > > You mean this broke recently? I must not have been > paying attention. What broke it? It has been like this for quite some time after a fix about a year ago where the gplt_x11 palette was changing when more than one x11 window appeared on the screen. The fix resulted in "allocating colors..." to appear on the x11 title bar (not stdout). Try > set pm3d > splot x and then use the mouse to rotate the image. The sluggish behavior is fixed by the patch... but hold on a bit, I have to fix the bug that Juergen found. Dan |