Fix tooltips pulling Emacs window to front on windows-nt, bug #17408.
authorJarek Czekalski <jarekczek@poczta.onet.pl>
Tue, 6 May 2014 16:00:30 +0000 (18:00 +0200)
committerJarek Czekalski <jarekczek@poczta.onet.pl>
Tue, 6 May 2014 16:00:30 +0000 (18:00 +0200)
commit863f07dea0ce02fd8263f5363c9d50504fc4af6e
tree96cf9c1b763a41827d8b601b1468a63776a82703
parentc5d670f5ad4759c4efff952ae55b563889f4a517
Fix tooltips pulling Emacs window to front on windows-nt, bug #17408.

  * w32fns.c (Fx_show_tip): Add SWP_NOOWNERZORDER flag to
  SetWindowPos invocations.
src/ChangeLog
src/w32fns.c