view etc/gtkrc @ 5906:4d5a5a80aba2

chartab.h, #define get_char_table_mirrors_ok correctly sans ERROR_CHECK_TYPES src/ChangeLog addition: 2015-05-08 Aidan Kehoe <kehoea@parhasard.net> * chartab.h (get_char_table_mirrors_ok): #define this correctly without ERROR_CHECK_TYPES.
author Aidan Kehoe <kehoea@parhasard.net>
date Fri, 08 May 2015 20:02:06 +0100
parents 8d3d05ffbb43
children
line wrap: on
line source

# Force the window background to be the same as the default face background:
# white.

# Copyright 1999 Malcolm Purvis
# This file is part of XEmacs, licensed to you under the GNU
# General Public License, version 3 or later at your option.
# There is NO WARRANTY, explicit or implied, on this file.

style "default_background"
{
	bg[NORMAL] = { 1.0, 1.0, 1.0 }
}

class "GtkXEmacs" style "default_background"