annotate src/bitmaps/dimple3.xbm @ 35038:ac8eb6b4eee6
(Fdelete_other_windows): Set window's window_end_valid
to nil when changing the window's start. Don't change the
window's start when its top position hasn't changed. If we do,
this will set the window's optional_new_start, which act's like a
force_start during redisplay with C-x 1 M-> under particular
circumstances (see report from Per Starback to emacs-pretest-bug
from 2000-12-13.).
(Fdelete_other_windows): Set window's window_end_valid
to nil when changing the window's start.
author |
Gerd Moellmann <gerd@gnu.org> |
date |
Thu, 04 Jan 2001 12:53:14 +0000 |
parents |
8f14d08e19f7 |
children |
|
rev |
line source |
25830
|
1 #define dimple3_width 16
|
|
2 #define dimple3_height 16
|
|
3 static unsigned char dimple3_bits[] = {
|
|
4 0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x11, 0x00, 0x00,
|
|
5 0x00, 0x00, 0x00, 0x00, 0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
6 0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|