diff options
| author | Po Lu <luangruo@yahoo.com> | 2023-03-14 13:19:01 +0800 |
|---|---|---|
| committer | Po Lu <luangruo@yahoo.com> | 2023-03-14 13:19:01 +0800 |
| commit | d6bddca26c7cf827e098ae783e865fcbcdd48799 (patch) | |
| tree | aba22e667c97e4418e84171309f46b9f2e4e7509 /src/textconv.h | |
| parent | 5964051fcefc52e02c88a41b91797cc7a785d550 (diff) | |
Update Android port
* java/org/gnu/emacs/EmacsWindow.java (figureChange): Detect
mice on up events as well.
(onSomeKindOfMotionEvent): Work past framework bug.
* src/androidterm.c (android_perform_conversion_query):
* src/textconv.c (textconv_query):
* src/textconv.h (TEXTCONV_SKIP_ACTIVE_REGION): Remove unused
code.
Diffstat (limited to 'src/textconv.h')
| -rw-r--r-- | src/textconv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/textconv.h b/src/textconv.h index 9bc9e7d9bd1..6abca97bc52 100644 --- a/src/textconv.h +++ b/src/textconv.h @@ -119,7 +119,6 @@ struct textconv_callback_struct }; #define TEXTCONV_SKIP_CONVERSION_REGION (1 << 0) -#define TEXTCONV_SKIP_ACTIVE_REGION (1 << 1) extern int textconv_query (struct frame *, struct textconv_callback_struct *, int); |
