Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
248:ad40ac2754d8 | 249:83b3d10dcba9 |
---|---|
30 | 30 |
31 #include <config.h> | 31 #include <config.h> |
32 #include "lisp.h" | 32 #include "lisp.h" |
33 | 33 |
34 #include "console-msw.h" | 34 #include "console-msw.h" |
35 #include "event-msw.h" | |
36 | 35 |
37 #include "buffer.h" | 36 #include "buffer.h" |
38 #include "faces.h" | 37 #include "faces.h" |
39 #include "frame.h" | 38 #include "frame.h" |
40 #include "events.h" | 39 #include "events.h" |
130 mswindows_init_frame_3 (struct frame *f) | 129 mswindows_init_frame_3 (struct frame *f) |
131 { | 130 { |
132 /* Don't do this earlier or we get a WM_PAINT before the frame is ready*/ | 131 /* Don't do this earlier or we get a WM_PAINT before the frame is ready*/ |
133 ShowWindow (FRAME_MSWINDOWS_HANDLE(f), SW_SHOWNORMAL); | 132 ShowWindow (FRAME_MSWINDOWS_HANDLE(f), SW_SHOWNORMAL); |
134 SetForegroundWindow (FRAME_MSWINDOWS_HANDLE(f)); | 133 SetForegroundWindow (FRAME_MSWINDOWS_HANDLE(f)); |
134 DragAcceptFiles (FRAME_MSWINDOWS_HANDLE(f), TRUE); | |
135 } | 135 } |
136 | 136 |
137 static void | 137 static void |
138 mswindows_mark_frame (struct frame *f, void (*markobj) (Lisp_Object)) | 138 mswindows_mark_frame (struct frame *f, void (*markobj) (Lisp_Object)) |
139 { | 139 { |