changeset 43211:f067f447f348

(CURRENT_MODE_LINE_FACE_ID): Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 09 Feb 2002 09:20:35 +0000
parents 3df71b933c36
children ca5b214f4ed0
files src/dispextern.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)