/[emacs]/emacs/src/xdisp.c
ViewVC logotype

Diff of /emacs/src/xdisp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.700 by pj, Wed Oct 31 10:32:57 2001 UTC revision 1.701 by pj, Fri Nov 2 20:37:37 2001 UTC
# Line 7816  DEFUN ("tool-bar-lines-needed", Ftool_ba Line 7816  DEFUN ("tool-bar-lines-needed", Ftool_ba
7816    if (NILP (frame))    if (NILP (frame))
7817      frame = selected_frame;      frame = selected_frame;
7818    else    else
7819      CHECK_FRAME (frame, 0);      CHECK_FRAME (frame);
7820    f = XFRAME (frame);    f = XFRAME (frame);
7821        
7822    if (WINDOWP (f->tool_bar_window)    if (WINDOWP (f->tool_bar_window)
# Line 12203  GLYPH > 1 or omitted means dump glyphs i Line 12203  GLYPH > 1 or omitted means dump glyphs i
12203    struct glyph_matrix *matrix;    struct glyph_matrix *matrix;
12204    int vpos;    int vpos;
12205        
12206    CHECK_NUMBER (row, 0);    CHECK_NUMBER (row);
12207    matrix = XWINDOW (selected_window)->current_matrix;    matrix = XWINDOW (selected_window)->current_matrix;
12208    vpos = XINT (row);    vpos = XINT (row);
12209    if (vpos >= 0 && vpos < matrix->nrows)    if (vpos >= 0 && vpos < matrix->nrows)
# Line 12226  GLYPH > 1 or omitted means dump glyphs i Line 12226  GLYPH > 1 or omitted means dump glyphs i
12226    struct glyph_matrix *m = XWINDOW (sf->tool_bar_window)->current_matrix;    struct glyph_matrix *m = XWINDOW (sf->tool_bar_window)->current_matrix;
12227    int vpos;    int vpos;
12228        
12229    CHECK_NUMBER (row, 0);    CHECK_NUMBER (row);
12230    vpos = XINT (row);    vpos = XINT (row);
12231    if (vpos >= 0 && vpos < m->nrows)    if (vpos >= 0 && vpos < m->nrows)
12232      dump_glyph_row (MATRIX_ROW (m, vpos), vpos,      dump_glyph_row (MATRIX_ROW (m, vpos), vpos,

Legend:
Removed from v.1.700  
changed lines
  Added in v.1.701

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26