view etc/gtkrc @ 4343:fb73a2046d3e

Fix unused parameter warnings when compiling with ALSA sound support. 2007-12-20 Jerry James <james@xemacs.org> * sound.c: Fix unused parameter warnings when HAVE_ALSA_SOUND.
author Jerry James <james@xemacs.org>
date Thu, 20 Dec 2007 09:51:51 -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"