Mercurial > hg > xemacs-beta
annotate etc/gtkrc @ 5840:93a18dbcfd8c
Don't leave fields uninitialized.
author | Marcus Crestani <marcus@crestani.de> |
---|---|
date | Sat, 13 Dec 2014 14:20:17 +0100 |
parents | 8d3d05ffbb43 |
children |
rev | line source |
---|---|
2082 | 1 # Force the window background to be the same as the default face background: |
2 # white. | |
3 | |
5442
8d3d05ffbb43
Copyright and short license added to etc/gtkrc.
Mats Lidell <matsl@xemacs.org>
parents:
2082
diff
changeset
|
4 # Copyright 1999 Malcolm Purvis |
8d3d05ffbb43
Copyright and short license added to etc/gtkrc.
Mats Lidell <matsl@xemacs.org>
parents:
2082
diff
changeset
|
5 # This file is part of XEmacs, licensed to you under the GNU |
8d3d05ffbb43
Copyright and short license added to etc/gtkrc.
Mats Lidell <matsl@xemacs.org>
parents:
2082
diff
changeset
|
6 # General Public License, version 3 or later at your option. |
8d3d05ffbb43
Copyright and short license added to etc/gtkrc.
Mats Lidell <matsl@xemacs.org>
parents:
2082
diff
changeset
|
7 # There is NO WARRANTY, explicit or implied, on this file. |
8d3d05ffbb43
Copyright and short license added to etc/gtkrc.
Mats Lidell <matsl@xemacs.org>
parents:
2082
diff
changeset
|
8 |
2082 | 9 style "default_background" |
10 { | |
11 bg[NORMAL] = { 1.0, 1.0, 1.0 } | |
12 } | |
13 | |
14 class "GtkXEmacs" style "default_background" |