aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1992-07-16 18:51:53 +0000
committerJim Blandy <[email protected]>1992-07-16 18:51:53 +0000
commite7308e06764687f370e1d5adf81269bbcec1f2ab (patch)
tree94bac782c4f81e564352667daff28b779acacb6a /src/term.c
parent12e949263922f7d168d6eee922926a870a965671 (diff)
entered into RCS
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/term.c b/src/term.c
index ede02179c8..1035778702 100644
--- a/src/term.c
+++ b/src/term.c
@@ -982,7 +982,7 @@ calculate_ins_del_char_costs (frame)
}
#ifdef HAVE_X_WINDOWS
-extern int x_frame_planes;
+extern int x_screen_planes;
#endif
calculate_costs (frame)
@@ -999,7 +999,7 @@ calculate_costs (frame)
if (FRAME_IS_X (frame))
{
do_line_insertion_deletion_costs (frame, 0, ".5*", 0, ".5*",
- 0, 0, x_frame_planes);
+ 0, 0, x_screen_planes);
return;
}
#endif