view etc/gtkrc @ 4774:26a007fa2f4c

Add GPL v2 or later notice to lib-src/ad2c with George Ferguson's permission. See xemacs-patches message with ID <870180fe0912151244y5bb656b0g8f28cf7c34e66420@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Tue, 15 Dec 2009 13:45:48 -0700
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"