diff src/frame-msw.c @ 249:83b3d10dcba9 r20-5b23

Import from CVS: tag r20-5b23
author cvs
date Mon, 13 Aug 2007 10:19:09 +0200
parents 51092a27c943
children b2472a1930f2
line wrap: on
line diff
--- a/src/frame-msw.c	Mon Aug 13 10:18:22 2007 +0200
+++ b/src/frame-msw.c	Mon Aug 13 10:19:09 2007 +0200
@@ -32,7 +32,6 @@
 #include "lisp.h"
 
 #include "console-msw.h"
-#include "event-msw.h"
 
 #include "buffer.h"
 #include "faces.h"
@@ -132,6 +131,7 @@
   /* Don't do this earlier or we get a WM_PAINT before the frame is ready*/
   ShowWindow (FRAME_MSWINDOWS_HANDLE(f), SW_SHOWNORMAL);
   SetForegroundWindow (FRAME_MSWINDOWS_HANDLE(f));
+  DragAcceptFiles (FRAME_MSWINDOWS_HANDLE(f), TRUE);
 }
 
 static void