Mercurial > emacs
comparison src/xfns.c @ 38625:0bfdfd449f4a
(x_set_tool_bar_lines): Clear the tool bar window's
current matrix when the window gets smaller.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 01 Aug 2001 09:53:58 +0000 |
parents | 0b974a5d9460 |
children | 24e6b905a458 |
comparison
equal
deleted
inserted
replaced
38624:a725886b0445 | 38625:0bfdfd449f4a |
---|---|
2099 | 2099 |
2100 BLOCK_INPUT; | 2100 BLOCK_INPUT; |
2101 x_clear_area (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), | 2101 x_clear_area (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), |
2102 0, y, width, height, False); | 2102 0, y, width, height, False); |
2103 UNBLOCK_INPUT; | 2103 UNBLOCK_INPUT; |
2104 | |
2105 if (WINDOWP (f->tool_bar_window)) | |
2106 clear_glyph_matrix (XWINDOW (f->tool_bar_window)->current_matrix); | |
2104 } | 2107 } |
2105 } | 2108 } |
2106 | 2109 |
2107 | 2110 |
2108 /* Set the foreground color for scroll bars on frame F to VALUE. | 2111 /* Set the foreground color for scroll bars on frame F to VALUE. |