view etc/gtkrc @ 4559:bd1a68c34d44

Merge my change of 2008-05-14 to the query-coding-region code. 2008-05-21 Aidan Kehoe <kehoea@parhasard.net> * mule/mule-coding.el (make-8-bit-choose-category): Merge my change of 2008-05-14 to the query-coding-region code.
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 21 May 2008 21:49:19 +0200
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"