Mercurial > hg > xemacs-beta
comparison src/glyphs-x.c @ 1913:7473844a83d3
[xemacs-hg @ 2004-02-17 15:20:41 by james]
Check in_display instead of passing fallible in_redisplay parameters.
author | james |
---|---|
date | Tue, 17 Feb 2004 15:20:57 +0000 |
parents | 543769b89fed |
children | 04bc9d2f42c7 |
comparison
equal
deleted
inserted
replaced
1912:2c839fb06642 | 1913:7473844a83d3 |
---|---|
2696 XCDR (IMAGE_INSTANCE_WIDGET_ITEMS (ii)) : | 2696 XCDR (IMAGE_INSTANCE_WIDGET_ITEMS (ii)) : |
2697 XCDR (IMAGE_INSTANCE_WIDGET_PENDING_ITEMS (ii))); | 2697 XCDR (IMAGE_INSTANCE_WIDGET_PENDING_ITEMS (ii))); |
2698 | 2698 |
2699 LIST_LOOP (rest, XCDR (IMAGE_INSTANCE_WIDGET_ITEMS (ii))) | 2699 LIST_LOOP (rest, XCDR (IMAGE_INSTANCE_WIDGET_ITEMS (ii))) |
2700 { | 2700 { |
2701 if (gui_item_equal_sans_selected (XCAR (rest), selected, 0, 1)) | 2701 if (gui_item_equal_sans_selected (XCAR (rest), selected, 0)) |
2702 { | 2702 { |
2703 /* There may be an encapsulated way of doing this, | 2703 /* There may be an encapsulated way of doing this, |
2704 but I couldn't find it. */ | 2704 but I couldn't find it. */ |
2705 Lisp_Object old_selected = | 2705 Lisp_Object old_selected = |
2706 gui_item_list_find_selected | 2706 gui_item_list_find_selected |