[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/window.h
From: |
Andreas Schwab |
Subject: |
[Emacs-diffs] Changes to emacs/src/window.h |
Date: |
Sun, 18 Sep 2005 12:29:20 -0400 |
Index: emacs/src/window.h
diff -c emacs/src/window.h:1.66 emacs/src/window.h:1.67
*** emacs/src/window.h:1.66 Sun Aug 7 12:33:18 2005
--- emacs/src/window.h Sun Sep 18 16:29:20 2005
***************
*** 290,300 ****
be changed during redisplay. If point is not in the window,
accept that. */
unsigned frozen_window_start_p : 1;
-
- /* 1 means that this window's height is temporarily fixed. Used
- in resize_mini_window to precent resizing selected_window, if
- possible. */
- unsigned height_fixed_p : 1;
};
/* 1 if W is a minibuffer window. */
--- 290,295 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/window.h,
Andreas Schwab <=