diff src/frame-msw.c @ 536:8f3fb4fd879b

[xemacs-hg @ 2001-05-14 05:05:09 by mta] * dragdrop.el (experimental-dragdrop-drop-url-default): If event has no window, use one from the frame in the event * frame-msw.c (mswindows_make_frame_visible): Call SetActiveWindow to make the frame the active window.
author mta
date Mon, 14 May 2001 05:05:14 +0000
parents 39ccc7dd8077
children 666d73d6ac56
line wrap: on
line diff
--- a/src/frame-msw.c	Mon May 14 04:52:49 2001 +0000
+++ b/src/frame-msw.c	Mon May 14 05:05:14 2001 +0000
@@ -339,6 +339,7 @@
     ShowWindow (FRAME_MSWINDOWS_HANDLE(f), SW_RESTORE);
   else
     ShowWindow (FRAME_MSWINDOWS_HANDLE(f), SW_SHOW);
+  SetActiveWindow (FRAME_MSWINDOWS_HANDLE(f));
   f->visible = 1;
   f->iconified = 0;
 }