diff options
| author | YAMAMOTO Mitsuharu | 2006-10-17 00:29:25 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2006-10-17 00:29:25 +0000 |
| commit | 57714a862f6fe9a74972e241669885e11adb1e1f (patch) | |
| tree | 319d21b522f919563be3cdee6f767636749a7b8e /src | |
| parent | ff53796b82047cf7c555f4e4c62212193a2954b6 (diff) | |
| download | emacs-57714a862f6fe9a74972e241669885e11adb1e1f.tar.gz emacs-57714a862f6fe9a74972e241669885e11adb1e1f.zip | |
(adjust_frame_glyphs_for_window_redisplay): Fix #endif comments.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 4 |
1 files 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) | |||
| 2407 | XSETFASTINT (w->total_cols, FRAME_TOTAL_COLS (f)); | 2407 | XSETFASTINT (w->total_cols, FRAME_TOTAL_COLS (f)); |
| 2408 | allocate_matrices_for_window_redisplay (w); | 2408 | allocate_matrices_for_window_redisplay (w); |
| 2409 | } | 2409 | } |
| 2410 | #endif /* not USE_X_TOOLKIT */ | 2410 | #endif /* not USE_X_TOOLKIT && not USE_GTK */ |
| 2411 | #endif /* not HAVE_X_WINDOWS */ | 2411 | #endif /* HAVE_X_WINDOWS */ |
| 2412 | 2412 | ||
| 2413 | #ifndef USE_GTK | 2413 | #ifndef USE_GTK |
| 2414 | /* Allocate/ reallocate matrices of the tool bar window. If we | 2414 | /* Allocate/ reallocate matrices of the tool bar window. If we |