mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 06:50:46 -08:00
Update Android port
* java/org/gnu/emacs/EmacsService.java (DEBUG_IC) (DEBUG_THREADS): Improve commentary. * src/androidterm.c (handle_one_android_event): Signal completion of IME events that have lost their frames. (requestCursorUpdates): Don't set an edit counter as this event won't be passed to the text conversion machinery.
This commit is contained in:
parent
da27837d99
commit
c843f3e23b
2 changed files with 32 additions and 9 deletions
|
|
@ -96,11 +96,11 @@ public final class EmacsService extends Service
|
|||
public DisplayMetrics metrics;
|
||||
|
||||
/* Flag that says whether or not to print verbose debugging
|
||||
information. */
|
||||
information when responding to an input method. */
|
||||
public static final boolean DEBUG_IC = false;
|
||||
|
||||
/* Flag that says whether or not to perform extra checks on threads
|
||||
performing drawing calls. */
|
||||
/* Flag that says whether or not to stringently check that only the
|
||||
Emacs thread is performing drawing calls. */
|
||||
private static final boolean DEBUG_THREADS = false;
|
||||
|
||||
/* Atomic integer used for synchronization between
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue