view etc/gtkrc @ 4761:b604d235f028

Synchronize window point with current point of old buffer. 2009-10-16 Michael Sperber <mike@xemacs.org> * buffer.c (set_buffer_internal): Synchronize the window point with the current point when switching to another buffer.
author Mike Sperber <sperber@deinprogramm.de>
date Sun, 22 Nov 2009 11:31:36 +0100
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"