comparison src/ExternalClient.c @ 1094:4f4c898836ab

[xemacs-hg @ 2002-11-11 15:34:11 by stephent] crash message <87of8wyy85.fsf@tleepslib.sk.tsukuba.ac.jp> nas 1.6 <87isz4yy0o.fsf@tleepslib.sk.tsukuba.ac.jp> warning fixes <87el9syvg4.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Mon, 11 Nov 2002 15:34:13 +0000
parents abe6d1db359e
children 8de911beca70
comparison
equal deleted inserted replaced
1093:be6f88260aa4 1094:4f4c898836ab
264 264
265 265
266 static void 266 static void
267 externalClientRealize (Widget w, XtValueMask *vm, XSetWindowAttributes *attrs) 267 externalClientRealize (Widget w, XtValueMask *vm, XSetWindowAttributes *attrs)
268 { 268 {
269 #ifdef TOOLTALK
269 ExternalClientWidget ecw = (ExternalClientWidget)w; 270 ExternalClientWidget ecw = (ExternalClientWidget)w;
271 #endif
270 272
271 #ifdef EXTW_USES_MOTIF 273 #ifdef EXTW_USES_MOTIF
272 (*xmPrimitiveWidgetClass->core_class.realize) (w, vm, attrs); 274 (*xmPrimitiveWidgetClass->core_class.realize) (w, vm, attrs);
273 #else 275 #else
274 (*coreWidgetClass->core_class.realize) (w, vm, attrs); 276 (*coreWidgetClass->core_class.realize) (w, vm, attrs);
275 #endif 277 #endif
276 278
277 #ifdef TOOLTALK 279 #ifdef TOOLTALK
278
279 /* Make sure that the server actually knows about this window id before 280 /* Make sure that the server actually knows about this window id before
280 * telling Emacs about it. 281 * telling Emacs about it.
281 */ 282 */
282 if (ecw->externalClient.use_tooltalk) 283 if (ecw->externalClient.use_tooltalk)
283 { 284 {