comparison src/input-method-motif.c @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 2c611d1463a6
children 19dcec799385
comparison
equal deleted inserted replaced
271:c7b7086b0a39 272:c5d627a313b1
90 } 90 }
91 91
92 void 92 void
93 XIM_init_frame (struct frame *f) 93 XIM_init_frame (struct frame *f)
94 { 94 {
95 struct device *d = XDEVICE (FRAME_DEVICE (f));
96 Widget w = FRAME_X_TEXT_WIDGET (f); 95 Widget w = FRAME_X_TEXT_WIDGET (f);
97 XPoint spot = {0,0}; 96 XPoint spot = {0,0};
98 XFontSet fontset;
99 XmFontList fontlist; 97 XmFontList fontlist;
100 XmFontListEntry fontlistEntry; 98 XmFontListEntry fontlistEntry;
101 99
102 typedef struct 100 typedef struct
103 { 101 {