aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/window.h b/src/window.h
index 24949e1e287..260a672d93a 100644
--- a/src/window.h
+++ b/src/window.h
@@ -316,11 +316,6 @@ struct window
316 Currently only used for menu bar windows of frames. */ 316 Currently only used for menu bar windows of frames. */
317 unsigned pseudo_window_p : 1; 317 unsigned pseudo_window_p : 1;
318 318
319 /* 1 means the window start of this window is frozen and may not
320 be changed during redisplay. If point is not in the window,
321 accept that. */
322 unsigned frozen_window_start_p : 1;
323
324 /* Non-zero means fringes are drawn outside display margins. 319 /* Non-zero means fringes are drawn outside display margins.
325 Otherwise draw them between margin areas and text. */ 320 Otherwise draw them between margin areas and text. */
326 unsigned fringes_outside_margins : 1; 321 unsigned fringes_outside_margins : 1;
@@ -888,7 +883,6 @@ extern Lisp_Object window_from_coordinates (struct frame *, int, int,
888extern void resize_frame_windows (struct frame *, int, bool); 883extern void resize_frame_windows (struct frame *, int, bool);
889extern void restore_window_configuration (Lisp_Object); 884extern void restore_window_configuration (Lisp_Object);
890extern void delete_all_child_windows (Lisp_Object); 885extern void delete_all_child_windows (Lisp_Object);
891extern void freeze_window_starts (struct frame *, bool);
892extern void grow_mini_window (struct window *, int); 886extern void grow_mini_window (struct window *, int);
893extern void shrink_mini_window (struct window *); 887extern void shrink_mini_window (struct window *);
894extern int window_relative_x_coord (struct window *, enum window_part, int); 888extern int window_relative_x_coord (struct window *, enum window_part, int);