emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 785dda9: Allow using last_tab_bar_item on no-x buil


From: Juri Linkov
Subject: [Emacs-diffs] master 785dda9: Allow using last_tab_bar_item on no-x builds.
Date: Sun, 6 Oct 2019 19:00:31 -0400 (EDT)

branch: master
commit 785dda9406e2bb2950cc23db42329c8fd8fb3868
Author: Juri Linkov <address@hidden>
Commit: Juri Linkov <address@hidden>

    Allow using last_tab_bar_item on no-x builds.
    
    * src/frame.h (struct frame): Remove HAVE_WINDOW_SYSTEM
    around last_tab_bar_item.
---
 src/frame.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/frame.h b/src/frame.h
index 1b21cc6..f408f12 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -220,10 +220,8 @@ struct frame
   /* Cache of realized faces.  */
   struct face_cache *face_cache;
 
-#if defined (HAVE_WINDOW_SYSTEM)
   /* Tab-bar item index of the item on which a mouse button was pressed.  */
   int last_tab_bar_item;
-#endif
 
 #if defined (HAVE_WINDOW_SYSTEM) && ! defined (HAVE_EXT_TOOL_BAR)
   /* Tool-bar item index of the item on which a mouse button was pressed.  */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]