diff options
| author | Kim F. Storm | 2005-02-03 14:08:01 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-02-03 14:08:01 +0000 |
| commit | 498c08eaef85bf9eada677ab5e38ba1c3f169235 (patch) | |
| tree | 680ffdc3352d09ed572b2aa6d4ce85e53ac61477 /src | |
| parent | 5bb6a3c12977bea1a51ac65758e4059aa611af5f (diff) | |
| download | emacs-498c08eaef85bf9eada677ab5e38ba1c3f169235.tar.gz emacs-498c08eaef85bf9eada677ab5e38ba1c3f169235.zip | |
(build_frame_matrix_from_leaf_window)
[!GLYPH_DEBUG]: Fix xassert.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index b58d81fcba5..0aa4fc6f886 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -2777,6 +2777,7 @@ build_frame_matrix_from_leaf_window (frame_matrix, w) | |||
| 2777 | SET_CHAR_GLYPH_FROM_GLYPH (*border, right_border_glyph); | 2777 | SET_CHAR_GLYPH_FROM_GLYPH (*border, right_border_glyph); |
| 2778 | } | 2778 | } |
| 2779 | 2779 | ||
| 2780 | #if GLYPH_DEBUG | ||
| 2780 | /* Window row window_y must be a slice of frame row | 2781 | /* Window row window_y must be a slice of frame row |
| 2781 | frame_y. */ | 2782 | frame_y. */ |
| 2782 | xassert (glyph_row_slice_p (window_row, frame_row)); | 2783 | xassert (glyph_row_slice_p (window_row, frame_row)); |
| @@ -2784,7 +2785,6 @@ build_frame_matrix_from_leaf_window (frame_matrix, w) | |||
| 2784 | /* If rows are in sync, we don't have to copy glyphs because | 2785 | /* If rows are in sync, we don't have to copy glyphs because |
| 2785 | frame and window share glyphs. */ | 2786 | frame and window share glyphs. */ |
| 2786 | 2787 | ||
| 2787 | #if GLYPH_DEBUG | ||
| 2788 | strcpy (w->current_matrix->method, w->desired_matrix->method); | 2788 | strcpy (w->current_matrix->method, w->desired_matrix->method); |
| 2789 | add_window_display_history (w, w->current_matrix->method, 0); | 2789 | add_window_display_history (w, w->current_matrix->method, 0); |
| 2790 | #endif | 2790 | #endif |