Mercurial > hg > xemacs-beta
comparison src/toolbar-msw.c @ 414:da8ed4261e83 r21-2-15
Import from CVS: tag r21-2-15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:21:38 +0200 |
parents | 697ef44129c6 |
children | 11054d720c21 |
comparison
equal
deleted
inserted
replaced
413:901169e5ca31 | 414:da8ed4261e83 |
---|---|
207 struct toolbar_button *tb = XTOOLBAR_BUTTON (button); | 207 struct toolbar_button *tb = XTOOLBAR_BUTTON (button); |
208 checksum = HASH5 (checksum, | 208 checksum = HASH5 (checksum, |
209 internal_hash (get_toolbar_button_glyph(w, tb), 0), | 209 internal_hash (get_toolbar_button_glyph(w, tb), 0), |
210 internal_hash (tb->callback, 0), | 210 internal_hash (tb->callback, 0), |
211 width, | 211 width, |
212 w->toolbar_buttons_captioned_p); | 212 LISP_HASH (w->toolbar_buttons_captioned_p)); |
213 button = tb->next; | 213 button = tb->next; |
214 nbuttons++; | 214 nbuttons++; |
215 } | 215 } |
216 | 216 |
217 /* only rebuild if something has changed */ | 217 /* only rebuild if something has changed */ |