annotate etc/gtkrc @ 5933:c1e8f3294298 cygwin

revert timeval comment, backed out change to winsock.h and just lots of warnings??? Also updated config.inc.samp to reflect a way to work around lack of windows-runnable hg
author Henry Thompson <ht@markup.co.uk>
date Thu, 10 Dec 2015 17:55:59 +0000
parents 8d3d05ffbb43
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2082
16489ca72b3d [xemacs-hg @ 2004-05-15 07:43:05 by malcolmp]
malcolmp
parents:
diff changeset
1 # Force the window background to be the same as the default face background:
16489ca72b3d [xemacs-hg @ 2004-05-15 07:43:05 by malcolmp]
malcolmp
parents:
diff changeset
2 # white.
16489ca72b3d [xemacs-hg @ 2004-05-15 07:43:05 by malcolmp]
malcolmp
parents:
diff changeset
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
16489ca72b3d [xemacs-hg @ 2004-05-15 07:43:05 by malcolmp]
malcolmp
parents:
diff changeset
9 style "default_background"
16489ca72b3d [xemacs-hg @ 2004-05-15 07:43:05 by malcolmp]
malcolmp
parents:
diff changeset
10 {
16489ca72b3d [xemacs-hg @ 2004-05-15 07:43:05 by malcolmp]
malcolmp
parents:
diff changeset
11 bg[NORMAL] = { 1.0, 1.0, 1.0 }
16489ca72b3d [xemacs-hg @ 2004-05-15 07:43:05 by malcolmp]
malcolmp
parents:
diff changeset
12 }
16489ca72b3d [xemacs-hg @ 2004-05-15 07:43:05 by malcolmp]
malcolmp
parents:
diff changeset
13
16489ca72b3d [xemacs-hg @ 2004-05-15 07:43:05 by malcolmp]
malcolmp
parents:
diff changeset
14 class "GtkXEmacs" style "default_background"