view etc/gtkrc @ 4859:262b29aedd54

Move def of CYGWIN_HEADERS to s files -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-01-14 Ben Wing <ben@xemacs.org> * syswindows.h: Don't define CYGWIN_HEADERS here. 2010-01-14 Ben Wing <ben@xemacs.org> * s/cygwin32.h: * s/mingw32.h: Define here instead so it's available in all files. Fixes compile problems in database.c in some cases.
author Ben Wing <ben@xemacs.org>
date Thu, 14 Jan 2010 02:42:58 -0600
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"