Maybe FLTK should be using the XtVaGetValues() API instead, with XmNBackground and XmNForeground constants?
That way we don't have to rely on XRDB. > > DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. > > [STR New] > > Link: http://www.fltk.org/str.php?L2270 > Version: 1.3-current > > > Ok, so it seems the problem is the file $HOME/.Xdefaults is read by FLTK > and this file is gone in ubuntu 9.04 hence why it breaks. > > If I create a new file and fill it with this. > *background: #0055FF > *foreground: #FF5500 > > Followed by this, to update the database. > xrdb -merge .Xdefaults > > I can "fix" it. Using a file named .Xresources also works. > > I think this "bug" may be due to a change made in the urxvt package, > rather than from ubuntu. So not really FLTK's fault then. > > > Link: http://www.fltk.org/str.php?L2270 > Version: 1.3-current > _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
