Mercurial > hg > xemacs-beta
view etc/gtkrc @ 3293:168191f9515f
[xemacs-hg @ 2006-03-20 21:20:19 by crestani]
2006-03-20 Marcus Crestani <crestani@xemacs.org>
* dynarr.c (Dynarr_realloc): Malloc correct size.
* lisp.h: Dynamic array cleanup, remove duplicate code.
author | crestani |
---|---|
date | Mon, 20 Mar 2006 21:20:29 +0000 |
parents | 16489ca72b3d |
children | 8d3d05ffbb43 |
line wrap: on
line source
# Force the window background to be the same as the default face background: # white. style "default_background" { bg[NORMAL] = { 1.0, 1.0, 1.0 } } class "GtkXEmacs" style "default_background"