I'm undoing Kirill's change to image_instance_layout as it causes much
lossage with the tabs. Hopefully
we can figure out the correct fix.
andy
2000-02-07 Andy Piper <andy(a)xemacs.org>
* glyphs.c (image_instance_layout): undo 2000-01-29 change since
it breaks many things.
Index: glyphs.c
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs/src/glyphs.c,v
retrieving revision 1.23.2.45
diff -u -r1.23.2.45 glyphs.c
--- glyphs.c 2000/02/07 07:59:55 1.23.2.45
+++ glyphs.c 2000/02/07 22:35:02
@@ -1692,7 +1692,8 @@
}
/* else no change to the geometry. */
- XIMAGE_INSTANCE_DIRTYP (image_instance) = 0;
+ /* Do not clear the dirty flag here - redisplay will do this for
+ us at the end. */
}
/*