aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 90fa6ac2dfe..cd43919a7d8 100644
--- a/src/window.c
+++ b/src/window.c
@@ -1649,7 +1649,8 @@ check_window_containing (struct window *w, void *user_data)
1649 set *PART to the id of that element. 1649 set *PART to the id of that element.
1650 1650
1651 If there is no window under X, Y return nil and leave *PART 1651 If there is no window under X, Y return nil and leave *PART
1652 unmodified. TOOL_BAR_P means detect tool-bar windows. 1652 unmodified. TOOL_BAR_P means detect tool-bar windows, and
1653 TAB_BAR_P means detect tab-bar windows.
1653 1654
1654 This function was previously implemented with a loop cycling over 1655 This function was previously implemented with a loop cycling over
1655 windows with Fnext_window, and starting with the frame's selected 1656 windows with Fnext_window, and starting with the frame's selected