Mercurial > hg > xemacs-beta
comparison src/frame-msw.c @ 408:501cfd01ee6d r21-2-34
Import from CVS: tag r21-2-34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:18:11 +0200 |
parents | b8cc9ab3f761 |
children | de805c49cfc1 |
comparison
equal
deleted
inserted
replaced
407:ed6218a7d4d3 | 408:501cfd01ee6d |
---|---|
125 abs (XINT (width)); | 125 abs (XINT (width)); |
126 FRAME_MSWINDOWS_TARGET_RECT (f)->height = NILP (height) ? -1 : | 126 FRAME_MSWINDOWS_TARGET_RECT (f)->height = NILP (height) ? -1 : |
127 abs (XINT (height)); | 127 abs (XINT (height)); |
128 | 128 |
129 /* Misc frame stuff */ | 129 /* Misc frame stuff */ |
130 FRAME_MSWINDOWS_DATA(f)->button2_need_lbutton = 0; | |
131 FRAME_MSWINDOWS_DATA(f)->button2_need_rbutton = 0; | |
132 FRAME_MSWINDOWS_DATA(f)->button2_is_down = 0; | |
133 FRAME_MSWINDOWS_DATA(f)->ignore_next_lbutton_up = 0; | |
134 FRAME_MSWINDOWS_DATA(f)->ignore_next_rbutton_up = 0; | |
135 FRAME_MSWINDOWS_DATA(f)->sizing = 0; | |
136 FRAME_MSWINDOWS_DATA(f)->paint_pending = 0; | |
137 FRAME_MSWINDOWS_MENU_HASH_TABLE(f) = Qnil; | 130 FRAME_MSWINDOWS_MENU_HASH_TABLE(f) = Qnil; |
138 #ifdef HAVE_TOOLBARS | 131 #ifdef HAVE_TOOLBARS |
139 FRAME_MSWINDOWS_TOOLBAR_HASH_TABLE(f) = | 132 FRAME_MSWINDOWS_TOOLBAR_HASH_TABLE(f) = |
140 make_lisp_hash_table (50, HASH_TABLE_NON_WEAK, HASH_TABLE_EQUAL); | 133 make_lisp_hash_table (50, HASH_TABLE_NON_WEAK, HASH_TABLE_EQUAL); |
141 #endif | 134 #endif |