Mercurial > emacs
diff src/dispextern.h @ 78719:cf3310f7d4c8
(enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
| author | Jan Dj?rv <jan.h.d@swipnet.se> |
|---|---|
| date | Sun, 02 Sep 2007 16:58:49 +0000 |
| parents | 820186eb8f18 |
| children | fcf9272ec241 |
line wrap: on
line diff
--- a/src/dispextern.h Sun Sep 02 01:30:14 2007 +0000 +++ b/src/dispextern.h Sun Sep 02 16:58:49 2007 +0000 @@ -2579,6 +2579,9 @@ /* Help string. */ TOOL_BAR_ITEM_HELP, + /* Icon file name of right to left image when an RTL locale is used. */ + TOOL_BAR_ITEM_RTL_IMAGE, + /* Sentinel = number of slots in tool_bar_items occupied by one tool-bar item. */ TOOL_BAR_ITEM_NSLOTS
