view etc/gtkrc @ 2935:9905c1e522b8

[xemacs-hg @ 2005-09-16 08:51:25 by mta] * intl-win32.c (mswindows_current_locale): Define in non-MULE build.
author mta
date Fri, 16 Sep 2005 08:51:26 +0000
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"