Mercurial > hg > xemacs-beta
diff src/redisplay.c @ 251:677f6a0ee643 r20-5b24
Import from CVS: tag r20-5b24
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:19:59 +0200 |
parents | 83b3d10dcba9 |
children | 65c19d2020f7 |
line wrap: on
line diff
--- a/src/redisplay.c Mon Aug 13 10:19:12 2007 +0200 +++ b/src/redisplay.c Mon Aug 13 10:19:59 2007 +0200 @@ -516,8 +516,8 @@ ensure_face_cachel_complete (WINDOW_FACE_CACHEL (w, findex), window, charsets); return DEVMETH (XDEVICE (FRAME_DEVICE (XFRAME (WINDOW_FRAME (w)))), - text_width, (WINDOW_FACE_CACHEL (w, findex), - str, len)); + text_width, (XFRAME (WINDOW_FRAME (w)), + WINDOW_FACE_CACHEL (w, findex), str, len)); } static Emchar_dynarr *rtw_emchar_dynarr; @@ -563,7 +563,7 @@ XSETFRAME (frame, f); ensure_face_cachel_complete (&cachel, frame, charsets); return DEVMETH (XDEVICE (FRAME_DEVICE (f)), - text_width, (&cachel, Dynarr_atp (rtw_emchar_dynarr, 0), + text_width, (f, &cachel, Dynarr_atp (rtw_emchar_dynarr, 0), Dynarr_length (rtw_emchar_dynarr))); }