Mercurial > hg > xemacs-beta
comparison src/glyphs-widget.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 | b531bf8658e9 |
children | 04bc9d2f42c7 |
comparison
equal
deleted
inserted
replaced
1912:2c839fb06642 | 1913:7473844a83d3 |
---|---|
1015 found = 0; | 1015 found = 0; |
1016 LIST_LOOP (pending_rest, | 1016 LIST_LOOP (pending_rest, |
1017 XCDR (IMAGE_INSTANCE_WIDGET_PENDING_ITEMS (ii))) | 1017 XCDR (IMAGE_INSTANCE_WIDGET_PENDING_ITEMS (ii))) |
1018 { | 1018 { |
1019 if (gui_item_equal_sans_selected (XCAR (rest), | 1019 if (gui_item_equal_sans_selected (XCAR (rest), |
1020 XCAR (pending_rest), 0, 1)) | 1020 XCAR (pending_rest), 0)) |
1021 { | 1021 { |
1022 found = 1; | 1022 found = 1; |
1023 break; | 1023 break; |
1024 } | 1024 } |
1025 } | 1025 } |