comparison etc/gtkrc @ 5442:8d3d05ffbb43

Copyright and short license added to etc/gtkrc.
author Mats Lidell <matsl@xemacs.org>
date Sun, 12 Dec 2010 00:38:54 +0100
parents 16489ca72b3d
children
comparison
equal deleted inserted replaced
5441:5d2981eee77e 5442:8d3d05ffbb43
1 # Force the window background to be the same as the default face background: 1 # Force the window background to be the same as the default face background:
2 # white. 2 # white.
3
4 # Copyright 1999 Malcolm Purvis
5 # This file is part of XEmacs, licensed to you under the GNU
6 # General Public License, version 3 or later at your option.
7 # There is NO WARRANTY, explicit or implied, on this file.
3 8
4 style "default_background" 9 style "default_background"
5 { 10 {
6 bg[NORMAL] = { 1.0, 1.0, 1.0 } 11 bg[NORMAL] = { 1.0, 1.0, 1.0 }
7 } 12 }