bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#13225: 24.3.50; Non-selected window has not mode-line-inactive face


From: martin rudalics
Subject: bug#13225: 24.3.50; Non-selected window has not mode-line-inactive face
Date: Thu, 20 Dec 2012 18:24:54 +0100

> The cursor is unaffected, because we use a different test there, see
> get_window_cursor_type.

Does this mean we could have used something like

  if (w = XWINDOW (f->selected_window)
      && f = FRAME_X_DISPLAY_INFO (f)->x_highlight_frame)

for checking whether the mode line should indicate that w is the
selected window?

martin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]