From: YAMAMOTO Mitsuharu Date: Tue, 17 Oct 2006 00:29:25 +0000 (+0000) Subject: (adjust_frame_glyphs_for_window_redisplay): Fix #endif comments. X-Git-Tag: emacs-pretest-22.0.90~97 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=57714a862f6fe9a74972e241669885e11adb1e1f;p=emacs.git (adjust_frame_glyphs_for_window_redisplay): Fix #endif comments. --- 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