mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
add CMD_TOGGLEZOOM so zoom state doesn't have to be maintained
Conflicts: xwords4/android/XWords4/src/org/eehouse/android/xw4/BoardActivity.java xwords4/android/XWords4/src/org/eehouse/android/xw4/jni/JNIThread.java
This commit is contained in:
parent
55d86b15d2
commit
416365340b
1 changed files with 5 additions and 0 deletions
|
@ -794,6 +794,11 @@ public class BoardActivity extends Activity implements UtilCtxt {
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void turnChanged()
|
||||||
|
{
|
||||||
|
m_jniThread.handle( JNIThread.JNICmd.CMD_ZOOM, -8 );
|
||||||
|
}
|
||||||
|
|
||||||
public boolean engineProgressCallback()
|
public boolean engineProgressCallback()
|
||||||
{
|
{
|
||||||
return ! m_jniThread.busy();
|
return ! m_jniThread.busy();
|
||||||
|
|
Loading…
Reference in a new issue