# HG changeset patch # User Richard M. Stallman # Date 738474381 0 # Node ID 40590cba332a7ca8ba9114eea1a612efec398ce3 # Parent 0042a01ff63af83184a4d05acd0775d5dbd628b2 (window_loop, case GET_LRU_WINDOW): Get frame's width properly. diff -r 0042a01ff63a -r 40590cba332a src/window.c --- a/src/window.c Thu May 27 03:33:12 1993 +0000 +++ b/src/window.c Thu May 27 03:46:21 1993 +0000 @@ -1131,7 +1131,7 @@ case GET_LRU_WINDOW: /* t as arg means consider only full-width windows */ if (!NILP (obj) && XFASTINT (XWINDOW (w)->width) - != FRAME_WIDTH (frame)) + != FRAME_WIDTH (XFRAME (WINDOW_FRAME (XWINDOW (w))))) break; #if 0 /* Ignore invisible and iconified frames. */