view etc/gtkrc @ 5053:0e803dc6f096

fix to assert in extents.c, so `make check' works -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-02-21 Ben Wing <ben@xemacs.org> * extents.c (process_extents_for_insertion_mapper): Assertion wasn't quite set up correctly in previous patch.
author Ben Wing <ben@xemacs.org>
date Sun, 21 Feb 2010 03:06:43 -0600
parents 16489ca72b3d
children 8d3d05ffbb43
line wrap: on
line source

# Force the window background to be the same as the default face background:
# white.

style "default_background"
{
	bg[NORMAL] = { 1.0, 1.0, 1.0 }
}

class "GtkXEmacs" style "default_background"