diff options
Diffstat (limited to 'src/androidterm.c')
| -rw-r--r-- | src/androidterm.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/androidterm.c b/src/androidterm.c index f849f0d9919..2979e5c1401 100644 --- a/src/androidterm.c +++ b/src/androidterm.c | |||
| @@ -151,14 +151,8 @@ android_flash (struct frame *f) | |||
| 151 | fd_set fds; | 151 | fd_set fds; |
| 152 | 152 | ||
| 153 | block_input (); | 153 | block_input (); |
| 154 | 154 | values.function = ANDROID_GC_INVERT; | |
| 155 | values.function = ANDROID_GC_XOR; | 155 | gc = android_create_gc (ANDROID_GC_FUNCTION, &values); |
| 156 | values.foreground = (FRAME_FOREGROUND_PIXEL (f) | ||
| 157 | ^ FRAME_BACKGROUND_PIXEL (f)); | ||
| 158 | |||
| 159 | gc = android_create_gc ((ANDROID_GC_FUNCTION | ||
| 160 | | ANDROID_GC_FOREGROUND), | ||
| 161 | &values); | ||
| 162 | 156 | ||
| 163 | /* Get the height not including a menu bar widget. */ | 157 | /* Get the height not including a menu bar widget. */ |
| 164 | int height = FRAME_PIXEL_HEIGHT (f); | 158 | int height = FRAME_PIXEL_HEIGHT (f); |