Mercurial > hg > xemacs-beta
view etc/gtkrc @ 5729:f7abcda06b1b
Since stack_like_{malloc,free}() are only used when WIN32_ANY,
define them only that case. See xemacs-patches message
<CAHCOHQmW_HyWn=T8OJYVgp1CGPptFVHW0xPVgoaVJXpu4C0NkA@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Fri, 08 Mar 2013 13:43:06 -0700 |
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"