aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPo Lu2023-06-20 10:13:09 +0800
committerPo Lu2023-06-20 10:13:09 +0800
commitd7abe9cdb721ec1b1edeb4671c83d1ed4d6d64ed (patch)
treeb10be71a9a28ec151502b20d75979c952497b10c /src
parentc8aca918f798e8131f5075b41d0c957e77721e31 (diff)
downloademacs-d7abe9cdb721ec1b1edeb4671c83d1ed4d6d64ed.tar.gz
emacs-d7abe9cdb721ec1b1edeb4671c83d1ed4d6d64ed.zip
; * src/androidfns.c (android_frame_parm_handlers): Fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/androidfns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/androidfns.c b/src/androidfns.c
index c76e2c0075d..46ff073438a 100644
--- a/src/androidfns.c
+++ b/src/androidfns.c
@@ -2947,7 +2947,7 @@ frame_parm_handler android_frame_parm_handlers[] =
2947 gui_set_visibility, 2947 gui_set_visibility,
2948 android_set_tab_bar_lines, 2948 android_set_tab_bar_lines,
2949 android_set_tool_bar_lines, 2949 android_set_tool_bar_lines,
2950 android_set_tool_bar_position, 2950 NULL,
2951 NULL, 2951 NULL,
2952 gui_set_screen_gamma, 2952 gui_set_screen_gamma,
2953 gui_set_line_spacing, 2953 gui_set_line_spacing,
@@ -2958,7 +2958,7 @@ frame_parm_handler android_frame_parm_handlers[] =
2958 gui_set_font_backend, 2958 gui_set_font_backend,
2959 android_set_alpha, 2959 android_set_alpha,
2960 NULL, 2960 NULL,
2961 NULL, 2961 android_set_tool_bar_position,
2962 NULL, 2962 NULL,
2963 NULL, 2963 NULL,
2964 android_set_parent_frame, 2964 android_set_parent_frame,