comparison src/frame-msw.c @ 4962:e813cf16c015

merge
author Ben Wing <ben@xemacs.org>
date Mon, 01 Feb 2010 05:29:05 -0600
parents 304aebb79cd3 6ef8256a020a
children 16112448d484 4aebb0131297
comparison
equal deleted inserted replaced
4961:b90f8cf474e0 4962:e813cf16c015
193 #ifdef HAVE_TOOLBARS 193 #ifdef HAVE_TOOLBARS
194 /* EQ not EQUAL or we will get QUIT crashes, see below. */ 194 /* EQ not EQUAL or we will get QUIT crashes, see below. */
195 FRAME_MSWINDOWS_TOOLBAR_HASH_TABLE (f) = 195 FRAME_MSWINDOWS_TOOLBAR_HASH_TABLE (f) =
196 make_lisp_hash_table (50, HASH_TABLE_NON_WEAK, HASH_TABLE_EQ); 196 make_lisp_hash_table (50, HASH_TABLE_NON_WEAK, HASH_TABLE_EQ);
197 #endif 197 #endif
198 /* hashtable of instantiated glyphs on the frame. Make them EQ because 198 /* hashtable of instantiated glyphs on the frame. [[ Make them EQ because
199 we only use ints as keys. Otherwise we run into stickiness in 199 we only use ints as keys. Otherwise we run into stickiness in
200 redisplay because internal_equal() can QUIT. See 200 redisplay because internal_equal() can QUIT. See
201 enter_redisplay_critical_section(). */ 201 enter_redisplay_critical_section(). ]] -- probably not true any more,
202 now that we have internal_equal_trapping_problems(). --ben */
202 FRAME_MSWINDOWS_WIDGET_HASH_TABLE1 (f) = 203 FRAME_MSWINDOWS_WIDGET_HASH_TABLE1 (f) =
203 make_lisp_hash_table (50, HASH_TABLE_VALUE_WEAK, HASH_TABLE_EQ); 204 make_lisp_hash_table (50, HASH_TABLE_VALUE_WEAK, HASH_TABLE_EQ);
204 FRAME_MSWINDOWS_WIDGET_HASH_TABLE2 (f) = 205 FRAME_MSWINDOWS_WIDGET_HASH_TABLE2 (f) =
205 make_lisp_hash_table (50, HASH_TABLE_VALUE_WEAK, HASH_TABLE_EQ); 206 make_lisp_hash_table (50, HASH_TABLE_VALUE_WEAK, HASH_TABLE_EQ);
206 FRAME_MSWINDOWS_WIDGET_HASH_TABLE3 (f) = 207 FRAME_MSWINDOWS_WIDGET_HASH_TABLE3 (f) =