mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 14:10:32 +00:00
13 lines
303 B
Diff
13 lines
303 B
Diff
--- a/source/tools/mudraw.c
|
|
+++ b/source/tools/mudraw.c
|
|
@@ -338,6 +338,9 @@
|
|
static const char *icc_filename = NULL;
|
|
static float gamma_value = 1;
|
|
static int invert = 0;
|
|
+#ifdef __ANDROID__
|
|
+#define kill kill_value
|
|
+#endif
|
|
static int kill = 0;
|
|
static int band_height = 0;
|
|
static int lowmemory = 0;
|