Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
535:c69610198c35 | 536:8f3fb4fd879b |
---|---|
337 { | 337 { |
338 if (!FRAME_VISIBLE_P(f)) | 338 if (!FRAME_VISIBLE_P(f)) |
339 ShowWindow (FRAME_MSWINDOWS_HANDLE(f), SW_RESTORE); | 339 ShowWindow (FRAME_MSWINDOWS_HANDLE(f), SW_RESTORE); |
340 else | 340 else |
341 ShowWindow (FRAME_MSWINDOWS_HANDLE(f), SW_SHOW); | 341 ShowWindow (FRAME_MSWINDOWS_HANDLE(f), SW_SHOW); |
342 SetActiveWindow (FRAME_MSWINDOWS_HANDLE(f)); | |
342 f->visible = 1; | 343 f->visible = 1; |
343 f->iconified = 0; | 344 f->iconified = 0; |
344 } | 345 } |
345 | 346 |
346 static void | 347 static void |