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

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

bug#5482: frame-invisible-p reports nil for iconified frames on w32


From: martin rudalics
Subject: bug#5482: frame-invisible-p reports nil for iconified frames on w32
Date: Mon, 27 Jun 2016 18:56:23 +0200

> On Windows 7, calling iconify-frame doesn't cause the frame to show
> when the mouse pointer hovers above the Emacs icon on the task bar, as
> if the frame is still invisible.  No such problem on XP, though.

Aha.  Windows is getting picky.  Would

  my_show_window (f, FRAME_W32_WINDOW (f), SW_SHOWMINNOACTIVE);

instead of

  SendMessage (FRAME_W32_WINDOW (f), WM_SYSCOMMAND, SC_MINIMIZE, 0);

in x_iconify_frame fix it?

martin





reply via email to

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