From: Jan Djärv Date: Tue, 28 Aug 2007 10:11:50 +0000 (+0000) Subject: (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE. X-Git-Tag: emacs-pretest-23.0.90~11248 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fface67742861c83f2e01e1d1847ba674fd31035;p=emacs.git (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE. --- 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 /* 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