From: Jan Djärv Date: Sun, 2 Sep 2007 16:58:49 +0000 (+0000) Subject: (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE. X-Git-Tag: emacs-pretest-22.1.90~868 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8337e95186eaf2acbe994f2e24d2a0bedf019974;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