On Fri, Mar 10, 2006 at 05:32:31PM +0000, Ian Jeffray wrote: > > The RISC OS port also appeas to be broken... keyboard/mouse input > doesn't work now.
Checking the recent diffs of the riscos and generic code, I spotted a line that was missing in generic, yet was in the risc os version. http://cvs.sourceforge.net/viewcvs.py/arcem/arcem/arch/DispKbdShared.c?r1=1.2&r2=1.3 http://cvs.sourceforge.net/viewcvs.py/arcem/arcem/riscos-single/DispKbd.c?r1=1.7&r2=1.8 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. http://cvs.sourceforge.net/viewcvs.py/arcem/arcem/gp2x/DispKbd.c?r1=1.1&r2=1.2 If that is the cause of the issue and adding to DispKbdShared causes problems on the other platforms it can probably be added back into the riscos and gp2x DisplayKbd_InitHost() functions. Peter -- Peter Howkins [EMAIL PROTECTED] ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ arcem-devel mailing list arcem-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/arcem-devel