aboutsummaryrefslogtreecommitdiffstats
path: root/java/org
diff options
context:
space:
mode:
authorPo Lu2024-04-23 17:09:50 +0800
committerPo Lu2024-04-23 17:09:50 +0800
commitcd56e85c08307915941d5ae03a02569a52a2889c (patch)
tree95aea78b4c181c95608e7237e494b33b48a49a1c /java/org
parent326437e6c8a6497b1a38d002b1d28e74678a07aa (diff)
downloademacs-cd56e85c08307915941d5ae03a02569a52a2889c.tar.gz
emacs-cd56e85c08307915941d5ae03a02569a52a2889c.zip
; Fix default Android tile mode
* java/org/gnu/emacs/EmacsGC.java (markDirty): Use rather REPEAT than MIRROR.
Diffstat (limited to 'java/org')
-rw-r--r--java/org/gnu/emacs/EmacsGC.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/org/gnu/emacs/EmacsGC.java b/java/org/gnu/emacs/EmacsGC.java
index 96df0c61ca6..b2474c5bd76 100644
--- a/java/org/gnu/emacs/EmacsGC.java
+++ b/java/org/gnu/emacs/EmacsGC.java
@@ -139,7 +139,7 @@ public final class EmacsGC extends EmacsHandleObject
139 { 139 {
140 tileObject = new BitmapDrawable (EmacsService.resources, 140 tileObject = new BitmapDrawable (EmacsService.resources,
141 stippleBitmap); 141 stippleBitmap);
142 tileObject.setTileModeXY (TileMode.MIRROR, TileMode.MIRROR); 142 tileObject.setTileModeXY (TileMode.REPEAT, TileMode.REPEAT);
143 } 143 }
144 else 144 else
145 /* Otherwise, update the existing tile object with the new 145 /* Otherwise, update the existing tile object with the new