Re: ArcEm Display refactoring

2006-03-10 Thread Ralph Corderoy
Hi Matthew, PS Anyone know why my CVS commit generated so many postings to the arcem-cvs mailing list? Commits under CVS aren't `atomic'. That's long been stated as a CVS flaw since if something goes wrong half-way through then your changes can be half-committed. It does it a directory at a

Re: ArcEm Display refactoring

2006-03-10 Thread Ian Jeffray
Matthew Howkins wrote: I have just committed to CVS a patch to refactor some of the display code in ArcEm: Good job. Could I request that Michael Dales and Ian Jeffray check that the MacOS, RISC OS, and GP2x ports are still working, and that I haven't broken them. Shall do so soon. PS

Re: ArcEm Display refactoring

2006-03-10 Thread Matthew Howkins
Inside DisplayKbd_Init() try adding this line to the shared version DC.AutoRefresh=AUTOREFRESHPOLL; /* Surely this is set somewhere??? */ Might be a place to start? The same line is missing from the gp2x version too, so that might be the same problem. I spent a long time studying that line:

Arcem Display refactoring

2005-02-17 Thread Peter Howkins
Hi, I've just checked in a few changes that I though I best explain. Currently each Platform that Arcem runs on has a file DispKbd.c in it's platform directory. Quite a lot of code in this file is exactly the same or very similar to that found in other platforms DispKbd.c file. To correct this