From 57714a862f6fe9a74972e241669885e11adb1e1f Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Tue, 17 Oct 2006 00:29:25 +0000 Subject: [PATCH] (adjust_frame_glyphs_for_window_redisplay): Fix #endif comments. --- src/dispnew.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dispnew.c b/src/dispnew.c index 3a9b72afaa7..d2c63687dd6 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -2407,8 +2407,8 @@ adjust_frame_glyphs_for_window_redisplay (f) XSETFASTINT (w->total_cols, FRAME_TOTAL_COLS (f)); allocate_matrices_for_window_redisplay (w); } -#endif /* not USE_X_TOOLKIT */ -#endif /* not HAVE_X_WINDOWS */ +#endif /* not USE_X_TOOLKIT && not USE_GTK */ +#endif /* HAVE_X_WINDOWS */ #ifndef USE_GTK /* Allocate/ reallocate matrices of the tool bar window. If we