X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Sun, 24 Apr 2016 14:15:32 -0400 Message-Id: <201604241815.u3OIFWp3003908@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com In-reply-to: (gedau AT igor2 DOT repo DOT hu) Subject: Re: [geda-user] pcb "bugreport", #2 References: Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > - hid/lesstif/styles.c comment explains how styles are handled; it says > styles are loaded from .Xdefaults; I couldn't find any reference in the > code where this actually happens. Either the comment is outdated or the > code is missing a feature (I couldn't decide). src/hid/lesstif/main.c:lesstif_parse_arguments() pulls them in through XtGetApplicationResources, but I wouldn't be surprised if they get overridden somehow.