Mirror of git://xwords.git.sourceforge.net/gitroot/xwords/xwords
Find a file
eehouse 84fa9bce88 Fix problems detecting orientation change: instead of passing a
message, have draw check if dimensions are same as when did layout and
redo them if they're changed.  Works because the OS wants us to redraw
as soon as orientation changes.  But this makes it easier to hit a
synchronization problem: if re-layout happens mid-draw then canvas or
other draw-related objects may be null.  Need to get rid of the jni
thread OR synchronization drawing and layout.
2010-02-15 02:48:27 +00:00
CVSROOT initial checkin 2003-08-27 19:12:36 +00:00
xwords4 Fix problems detecting orientation change: instead of passing a 2010-02-15 02:48:27 +00:00