aboutsummaryrefslogtreecommitdiffstats
path: root/src/androidterm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/androidterm.h')
-rw-r--r--src/androidterm.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/androidterm.h b/src/androidterm.h
index fd4cc99f641..24eb2c30f12 100644
--- a/src/androidterm.h
+++ b/src/androidterm.h
@@ -77,8 +77,9 @@ struct android_display_info
77 /* Mouse highlight information. */ 77 /* Mouse highlight information. */
78 Mouse_HLInfo mouse_highlight; 78 Mouse_HLInfo mouse_highlight;
79 79
80 /* Number of planes on this screen. Always 24. */ 80 /* Number of planes on this screen, and the same for the purposes of
81 int n_planes; 81 image processing. */
82 int n_planes, n_image_planes;
82 83
83 /* Mask of things causing the mouse to be grabbed. */ 84 /* Mask of things causing the mouse to be grabbed. */
84 int grabbed; 85 int grabbed;