Mercurial > hg > xemacs-beta
comparison src/console-msw.h @ 424:11054d720c21 r21-2-20
Import from CVS: tag r21-2-20
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:26:11 +0200 |
parents | 697ef44129c6 |
children |
comparison
equal
deleted
inserted
replaced
423:28d9c139be4c | 424:11054d720c21 |
---|---|
36 #ifdef CONST /* I suspect this is safe */ | 36 #ifdef CONST /* I suspect this is safe */ |
37 #undef CONST | 37 #undef CONST |
38 #endif | 38 #endif |
39 #include <windows.h> | 39 #include <windows.h> |
40 #include <ddeml.h> /* DDE management library */ | 40 #include <ddeml.h> /* DDE management library */ |
41 #if !defined (__CYGWIN32__) && !defined(__MINGW32__) | 41 #if !defined(__CYGWIN32__) && !defined(__MINGW32__) |
42 #include <shellapi.h> /* FileManager/Explorer drag and drop */ | 42 #include <shellapi.h> /* FileManager/Explorer drag and drop */ |
43 #include <commctrl.h> | 43 #include <commctrl.h> |
44 #endif | 44 #endif |
45 | 45 |
46 #ifdef HAVE_XPM | 46 #ifdef HAVE_XPM |
64 | 64 |
65 | 65 |
66 /* The name of the main window class */ | 66 /* The name of the main window class */ |
67 #define XEMACS_CLASS "XEmacs" | 67 #define XEMACS_CLASS "XEmacs" |
68 | 68 |
69 #define XEMACS_CONTROL_CLASS "XEmacsControl" | |
69 | 70 |
70 /* | 71 /* |
71 * Console | 72 * Console |
72 */ | 73 */ |
73 | 74 |
222 */ | 223 */ |
223 | 224 |
224 /* win32 "Windows" procedure */ | 225 /* win32 "Windows" procedure */ |
225 LRESULT WINAPI mswindows_wnd_proc (HWND hwnd, UINT msg, WPARAM wParam, | 226 LRESULT WINAPI mswindows_wnd_proc (HWND hwnd, UINT msg, WPARAM wParam, |
226 LPARAM lParam); | 227 LPARAM lParam); |
228 LRESULT WINAPI mswindows_control_wnd_proc (HWND hwnd, | |
229 UINT msg, WPARAM wParam, | |
230 LPARAM lParam); | |
227 | 231 |
228 void mswindows_redraw_exposed_area (struct frame *f, int x, int y, | 232 void mswindows_redraw_exposed_area (struct frame *f, int x, int y, |
229 int width, int height); | 233 int width, int height); |
230 void mswindows_size_frame_internal (struct frame* f, XEMACS_RECT_WH* dest); | 234 void mswindows_size_frame_internal (struct frame* f, XEMACS_RECT_WH* dest); |
231 void mswindows_enqueue_magic_event (HWND hwnd, UINT message); | 235 void mswindows_enqueue_magic_event (HWND hwnd, UINT message); |