# HG changeset patch # User Eli Zaretskii # Date 1013246435 0 # Node ID f067f447f348a707e2a56bd4514ed01b9a067300 # Parent 3df71b933c364cbe2564d2f60c908e97a5268945 (CURRENT_MODE_LINE_FACE_ID): Fix last change. diff -r 3df71b933c36 -r f067f447f348 src/dispextern.h --- a/src/dispextern.h Sat Feb 09 01:31:07 2002 +0000 +++ b/src/dispextern.h Sat Feb 09 09:20:35 2002 +0000 @@ -927,7 +927,7 @@ This depends on whether the window is selected or not. */ #define CURRENT_MODE_LINE_FACE_ID(W) \ - ((W) == selected_window \ + ((W) == XWINDOW (selected_window) \ ? MODE_LINE_FACE_ID \ : MODE_LINE_INACTIVE_FACE_ID)