aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c
index ae039b76add..85d7bcade94 100644
--- a/src/window.c
+++ b/src/window.c
@@ -1599,7 +1599,7 @@ window_from_coordinates (struct frame *f, int x, int y,
1599 cw.window = &window, cw.x = x, cw.y = y; cw.part = part; 1599 cw.window = &window, cw.x = x, cw.y = y; cw.part = part;
1600 foreach_window (f, check_window_containing, &cw); 1600 foreach_window (f, check_window_containing, &cw);
1601 1601
1602#if defined (HAVE_WINDOW_SYSTEM) && ! defined (USE_GTK) && ! defined (HAVE_NS) 1602#if defined (HAVE_WINDOW_SYSTEM) && ! defined (HAVE_EXT_TOOL_BAR)
1603 /* If not found above, see if it's in the tool bar window, if a tool 1603 /* If not found above, see if it's in the tool bar window, if a tool
1604 bar exists. */ 1604 bar exists. */
1605 if (NILP (window) 1605 if (NILP (window)
@@ -6398,7 +6398,7 @@ and redisplay normally--don't erase and redraw the frame. */)
6398 /* Invalidate pixel data calculated for all compositions. */ 6398 /* Invalidate pixel data calculated for all compositions. */
6399 for (i = 0; i < n_compositions; i++) 6399 for (i = 0; i < n_compositions; i++)
6400 composition_table[i]->font = NULL; 6400 composition_table[i]->font = NULL;
6401#if defined (HAVE_WINDOW_SYSTEM) && ! defined (USE_GTK) && ! defined (HAVE_NS) 6401#if defined (HAVE_WINDOW_SYSTEM) && ! defined (HAVE_EXT_TOOL_BAR)
6402 WINDOW_XFRAME (w)->minimize_tool_bar_window_p = 1; 6402 WINDOW_XFRAME (w)->minimize_tool_bar_window_p = 1;
6403#endif 6403#endif
6404 Fredraw_frame (WINDOW_FRAME (w)); 6404 Fredraw_frame (WINDOW_FRAME (w));