mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
Forgot to add this yesterday: interface for jni thread to use to shift
drawing into BoardView where it can be synchronized.
This commit is contained in:
parent
93ad1f3b30
commit
fe8e49bce2
1 changed files with 8 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
|
||||
package org.eehouse.android.xw4.jni;
|
||||
|
||||
public interface SyncedDraw {
|
||||
|
||||
void doJNIDraw();
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue