comparison 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
comparison
equal deleted inserted replaced
109:e183fc049578 110:fe104dbd9147
147 fontlistEntry = XmFontListEntryCreate(XmFONTLIST_DEFAULT_TAG, 147 fontlistEntry = XmFontListEntryCreate(XmFONTLIST_DEFAULT_TAG,
148 XmFONT_IS_FONTSET, 148 XmFONT_IS_FONTSET,
149 xim_resources.fontset); 149 xim_resources.fontset);
150 fontlist = XmFontListAppendEntry (NULL, fontlistEntry); 150 fontlist = XmFontListAppendEntry (NULL, fontlistEntry);
151 XmImRegister (w, 0); 151 XmImRegister (w, 0);
152 XmImVaSetFocusValues (w, 152 XmImVaSetValues (w,
153 XmNfontList, fontlist, 153 XmNfontList, fontlist,
154 XmNforeground, xim_resources.fg, 154 XmNforeground, xim_resources.fg,
155 XmNbackground, xim_resources.bg, 155 XmNbackground, xim_resources.bg,
156 XmNspotLocation, &spot, 156 XmNspotLocation, &spot,
157 /* XmNlineSpace, 0, */ 157 /* XmNlineSpace, 0, */
158 NULL); 158 NULL);
159 159
160 XmFontListEntryFree (&fontlistEntry); 160 XmFontListEntryFree (&fontlistEntry);
161 } 161 }
162 162
163 void 163 void