Revision: emacs--multi-tty--0--patch-476 Archive: lorentey@elte.hu--2004 Creator: Karoly Lorentey Date: Fri Dec 30 06:29:31 CET 2005 Standard-date: 2005-12-30 05:29:31 GMT Modified-files: src/image.c src/xdisp.c New-patches: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-476 Summary: Fix crash in lookup_image on termcap frames. Keywords: * src/xdisp.c (get_glyph_string_clip_rects): Add extra parentheses and braces to prevent compiler warnings. (calc_pixel_width_or_height): Add xassert to check that the frame is alive. Don't call `lookup_image' on a termcap frame. * image.c (lookup_image): Don't initialize `c' until the xasserts have been run.