Wolfgang Lenerz wrote:
> Well, drawing to the screen is heavy on the resources, ESPECIALLY when
> one is in QL compatible mode. Basically, I redraw the ENTIRE screen once
> for every pixel changed (or every 2 or 4 fixels in QL mode).
> If anyone could point me to a way to change a wingle pixel in a window
> I'd be grateful...

QPC of course has the same problem. I solve this by using a queue that
buffers display accesses and only apply the changes to the screen
image 62,5 times per seconds.

Marcel

_______________________________________________
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm

Reply via email to