]> git.eshelyaron.com Git - emacs.git/commit
Respond to JNI errors around drawing operations
authorPo Lu <luangruo@yahoo.com>
Thu, 12 Oct 2023 00:43:56 +0000 (08:43 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 12 Oct 2023 00:43:56 +0000 (08:43 +0800)
commit963ccc05acf2939c95524de9175a1fc3053b0f6f
treec1611e9c210a601b70f54af290adbf2d3edebf33
parent60f695285331dcf723dc9ce69c8bffc3b3d606c9
Respond to JNI errors around drawing operations

* src/android.c (android_fill_polygon, android_draw_rectangle)
(android_draw_point, android_draw_line, android_lock_bitmap):
Check or clear errors around potential JNI errors; the penalty
incurred to performance is not as significant as was expected.
src/android.c