projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
326437e
)
; Fix default Android tile mode
author
Po Lu
<luangruo@yahoo.com>
Tue, 23 Apr 2024 09:09:50 +0000
(17:09 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Tue, 23 Apr 2024 09:09:50 +0000
(17:09 +0800)
* java/org/gnu/emacs/EmacsGC.java (markDirty): Use rather REPEAT
than MIRROR.
java/org/gnu/emacs/EmacsGC.java
patch
|
blob
|
history
diff --git
a/java/org/gnu/emacs/EmacsGC.java
b/java/org/gnu/emacs/EmacsGC.java
index 96df0c61ca613b4fd433f78c9f5c681132620d70..b2474c5bd76d8e71799b136d272750ea8ef297a1 100644
(file)
--- a/
java/org/gnu/emacs/EmacsGC.java
+++ b/
java/org/gnu/emacs/EmacsGC.java
@@
-139,7
+139,7
@@
public final class EmacsGC extends EmacsHandleObject
{
tileObject = new BitmapDrawable (EmacsService.resources,
stippleBitmap);
- tileObject.setTileModeXY (TileMode.
MIRROR, TileMode.MIRROR
);
+ tileObject.setTileModeXY (TileMode.
REPEAT, TileMode.REPEAT
);
}
else
/* Otherwise, update the existing tile object with the new