Mercurial > hg > xemacs-beta
comparison src/frame-msw.c @ 382:064ab7fed2e0 r21-2-6
Import from CVS: tag r21-2-6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:07:39 +0200 |
parents | 8626e4521993 |
children | bbff43aa5eb7 |
comparison
equal
deleted
inserted
replaced
381:908a86f940e6 | 382:064ab7fed2e0 |
---|---|
33 #include "lisp.h" | 33 #include "lisp.h" |
34 | 34 |
35 #include "buffer.h" | 35 #include "buffer.h" |
36 #include "console-msw.h" | 36 #include "console-msw.h" |
37 #include "glyphs-msw.h" | 37 #include "glyphs-msw.h" |
38 #include "elhash.h" | |
38 #include "events.h" | 39 #include "events.h" |
39 #include "faces.h" | 40 #include "faces.h" |
40 #include "frame.h" | 41 #include "frame.h" |
41 #include "redisplay.h" | 42 #include "redisplay.h" |
42 #include "window.h" | 43 #include "window.h" |
126 FRAME_MSWINDOWS_DATA(f)->ignore_next_lbutton_up = 0; | 127 FRAME_MSWINDOWS_DATA(f)->ignore_next_lbutton_up = 0; |
127 FRAME_MSWINDOWS_DATA(f)->ignore_next_rbutton_up = 0; | 128 FRAME_MSWINDOWS_DATA(f)->ignore_next_rbutton_up = 0; |
128 FRAME_MSWINDOWS_DATA(f)->sizing = 0; | 129 FRAME_MSWINDOWS_DATA(f)->sizing = 0; |
129 FRAME_MSWINDOWS_MENU_HASH_TABLE(f) = Qnil; | 130 FRAME_MSWINDOWS_MENU_HASH_TABLE(f) = Qnil; |
130 #ifdef HAVE_TOOLBARS | 131 #ifdef HAVE_TOOLBARS |
131 FRAME_MSWINDOWS_TOOLBAR_HASH_TABLE(f) = Fmake_hash_table (make_int (50), | 132 FRAME_MSWINDOWS_TOOLBAR_HASH_TABLE(f) = |
132 Qequal); | 133 make_lisp_hash_table (50, HASH_TABLE_NON_WEAK, HASH_TABLE_EQUAL); |
133 #endif | 134 #endif |
134 | 135 |
135 /* Will initialize these in WM_SIZE handler. We cannot do it now, | 136 /* Will initialize these in WM_SIZE handler. We cannot do it now, |
136 because we do not know what is CW_USEDEFAULT height and width */ | 137 because we do not know what is CW_USEDEFAULT height and width */ |
137 FRAME_WIDTH (f) = 0; | 138 FRAME_WIDTH (f) = 0; |