Path: utzoo!attcan!uunet!lll-winken!ncis.llnl.gov!helios.ee.lbl.gov!pasteur!ucbvax!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: beginner's xfig questions Message-ID: <8901201323.AA14953@LYRE.MIT.EDU> Date: 20 Jan 89 13:23:27 GMT References: <34829@bbn.COM> Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 9 > main.c declares XtDefaultDB extern, but it isn't found at load time. XtDefaultDB was an internal symbol in the R2 Xt, not supposed to be referenced by applications; replace it with XtDatabase(XtDisplay(toplevel)) where 'toplevel' is the widget instance returned by XtInitialize. > Is there a utility for creating [bitmaps] see bitmap(1) (i.e. clients/bitmap)