diff options
| author | Jan Djärv | 2007-09-02 16:58:49 +0000 |
|---|---|---|
| committer | Jan Djärv | 2007-09-02 16:58:49 +0000 |
| commit | 8337e95186eaf2acbe994f2e24d2a0bedf019974 (patch) | |
| tree | 33391b40ff04790319f5bf88f6feefd89b44ed03 /src | |
| parent | c5a6f437f653e14c5fb67b0e1500c031a3b6194a (diff) | |
| download | emacs-8337e95186eaf2acbe994f2e24d2a0bedf019974.tar.gz emacs-8337e95186eaf2acbe994f2e24d2a0bedf019974.zip | |
(enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 4cd9c42cc0f..9e899f9ccb2 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2579,6 +2579,9 @@ enum tool_bar_item_idx | |||
| 2579 | /* Help string. */ | 2579 | /* Help string. */ |
| 2580 | TOOL_BAR_ITEM_HELP, | 2580 | TOOL_BAR_ITEM_HELP, |
| 2581 | 2581 | ||
| 2582 | /* Icon file name of right to left image when an RTL locale is used. */ | ||
| 2583 | TOOL_BAR_ITEM_RTL_IMAGE, | ||
| 2584 | |||
| 2582 | /* Sentinel = number of slots in tool_bar_items occupied by one | 2585 | /* Sentinel = number of slots in tool_bar_items occupied by one |
| 2583 | tool-bar item. */ | 2586 | tool-bar item. */ |
| 2584 | TOOL_BAR_ITEM_NSLOTS | 2587 | TOOL_BAR_ITEM_NSLOTS |