Quote:
Originally Posted by ericshliao
Is there any improvement in speed in xepdmgr 1.9i? I have a feeling that the speed of screen refresh is improved. I am not quite sureabout the fact, since the improvement in speed is very tiny, and maybe it's just my imagination.
|
The timer code wasn't touched. There is some code to put a smaller timeout for refreshes in case of small changes, but that code is disabled right now as it didn't feel better in my tests. And now that I look at that code, it requires to update the dirty pixel count every time a new dirty area is added, and that is not done right now :-o... if I use that code for the brushes experiments I'll fix it, as it is a matter of moving some code around

.
So, in short, it shouldn't be any faster...