aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuri Linkov2019-10-07 02:00:24 +0300
committerJuri Linkov2019-10-07 02:00:24 +0300
commit785dda9406e2bb2950cc23db42329c8fd8fb3868 (patch)
tree188ed20e6eac13f54983675e2f84526401a4404d /src
parent01465915c93d11fe26c189386d7103cf4904bf6a (diff)
downloademacs-785dda9406e2bb2950cc23db42329c8fd8fb3868.tar.gz
emacs-785dda9406e2bb2950cc23db42329c8fd8fb3868.zip
Allow using last_tab_bar_item on no-x builds.
* src/frame.h (struct frame): Remove HAVE_WINDOW_SYSTEM around last_tab_bar_item.
Diffstat (limited to 'src')
-rw-r--r--src/frame.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/frame.h b/src/frame.h
index 1b21cc6284b..f408f12394a 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -220,10 +220,8 @@ struct frame
220 /* Cache of realized faces. */ 220 /* Cache of realized faces. */
221 struct face_cache *face_cache; 221 struct face_cache *face_cache;
222 222
223#if defined (HAVE_WINDOW_SYSTEM)
224 /* Tab-bar item index of the item on which a mouse button was pressed. */ 223 /* Tab-bar item index of the item on which a mouse button was pressed. */
225 int last_tab_bar_item; 224 int last_tab_bar_item;
226#endif
227 225
228#if defined (HAVE_WINDOW_SYSTEM) && ! defined (HAVE_EXT_TOOL_BAR) 226#if defined (HAVE_WINDOW_SYSTEM) && ! defined (HAVE_EXT_TOOL_BAR)
229 /* Tool-bar item index of the item on which a mouse button was pressed. */ 227 /* Tool-bar item index of the item on which a mouse button was pressed. */