Mercurial > hg > xemacs-beta
diff src/input-method-motif.c @ 110:fe104dbd9147 r20-1b7
Import from CVS: tag r20-1b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:19:45 +0200 |
parents | 0d2f883870bc |
children | 538048ae2ab8 |
line wrap: on
line diff
--- a/src/input-method-motif.c Mon Aug 13 09:18:41 2007 +0200 +++ b/src/input-method-motif.c Mon Aug 13 09:19:45 2007 +0200 @@ -149,13 +149,13 @@ xim_resources.fontset); fontlist = XmFontListAppendEntry (NULL, fontlistEntry); XmImRegister (w, 0); - XmImVaSetFocusValues (w, - XmNfontList, fontlist, - XmNforeground, xim_resources.fg, - XmNbackground, xim_resources.bg, - XmNspotLocation, &spot, - /* XmNlineSpace, 0, */ - NULL); + XmImVaSetValues (w, + XmNfontList, fontlist, + XmNforeground, xim_resources.fg, + XmNbackground, xim_resources.bg, + XmNspotLocation, &spot, + /* XmNlineSpace, 0, */ + NULL); XmFontListEntryFree (&fontlistEntry); }