diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 2ddfdf0d51b..c9b488b7fb2 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -15346,7 +15346,7 @@ redisplay_tool_bar (struct frame *f) | |||
| 15346 | 0, 0, 0, STRING_MULTIBYTE (f->desired_tool_bar_string)); | 15346 | 0, 0, 0, STRING_MULTIBYTE (f->desired_tool_bar_string)); |
| 15347 | /* FIXME: This should be controlled by a user option. But it | 15347 | /* FIXME: This should be controlled by a user option. But it |
| 15348 | doesn't make sense to have an R2L tool bar if the menu bar cannot | 15348 | doesn't make sense to have an R2L tool bar if the menu bar cannot |
| 15349 | be drawn also R2L, and making the menu bar R2L is tricky due | 15349 | be drawn also R2L, and making the menu bar R2L is tricky due to |
| 15350 | toolkit-specific code that implements it. If an R2L tool bar is | 15350 | toolkit-specific code that implements it. If an R2L tool bar is |
| 15351 | ever supported, display_tool_bar_line should also be augmented to | 15351 | ever supported, display_tool_bar_line should also be augmented to |
| 15352 | call unproduce_glyphs like display_line and display_string | 15352 | call unproduce_glyphs like display_line and display_string |