From 7970c89c770f475ab67a8de84223e45c5bb23d8c Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 4 Sep 2019 22:05:05 +0300 Subject: Text-based nox builds compiled without X window support --- src/window.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/window.h') diff --git a/src/window.h b/src/window.h index 2683c6b1433..21d2f3d3671 100644 --- a/src/window.h +++ b/src/window.h @@ -753,6 +753,8 @@ wset_next_buffers (struct window *w, Lisp_Object val) #define WINDOW_TAB_BAR_P(W) \ (WINDOWP (WINDOW_XFRAME (W)->tab_bar_window) \ && (W) == XWINDOW (WINDOW_XFRAME (W)->tab_bar_window)) +#else +#define WINDOW_TAB_BAR_P(W) false #endif /* True if W is a tool bar window. */ -- cgit v1.2.3