view etc/gtkrc @ 5372:6c3a695f54f5

Update png_instantiate () to work with more recent versions of libpng. 2011-03-14 Aidan Kehoe <kehoea@parhasard.net> * glyphs-eimage.c (png_instantiate): Update the PNG handling code to work with versions of the library where the png_info structure is no longer visible. Thank you for the report, Robert Delius Royar.
author Aidan Kehoe <kehoea@parhasard.net>
date Mon, 14 Mar 2011 21:04:45 +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"