view etc/gtkrc @ 4548:b0d2ace4aed1

Call XFreeFontPath appropriately in #'x-get-font-path. src/ChangeLog addition: 2008-12-30 Aidan Kehoe <kehoea@parhasard.net> * device-x.c (Fx_get_font_path): Free the font path once we're finished with it.
author Aidan Kehoe <kehoea@parhasard.net>
date Tue, 30 Dec 2008 20:01:14 +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"