view etc/gtkrc @ 4416:930bb9cba65a

Remove unnecessary call to SET_EVENT_MAGIC_X_EVENT. 2008-02-01 Jerry James <james@xemacs.org> * event-Xt.c (emacs_Xt_event_handler): Remove unnecessary call to SET_EVENT_MAGIC_X_EVENT. See xemacs-beta message <870180fe080131201011b191ae5g1d70cbd2136f570c@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Fri, 01 Feb 2008 09:36:51 -0700
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"